Ignore folder structure when copying the files.
Hello,
Is it possible to ignore local directory file structure when copying files?
Let's say we've got a couple of files in subdirectories as follows:
./testa00.txt
./testb00.txt
./01/testa01.txt
./01/testb01.txt
./02/testa02.txt
./02/testb02.txt
Is there a way to put those 'testa*.txt' files on FTP server without copying the folder structure. Ideally, I would like all the files to be dropped into a single folder on the FTP server, is there a way to do it?
Thanks
Is it possible to ignore local directory file structure when copying files?
Let's say we've got a couple of files in subdirectories as follows:
./testa00.txt
./testb00.txt
./01/testa01.txt
./01/testb01.txt
./02/testa02.txt
./02/testb02.txt
Is there a way to put those 'testa*.txt' files on FTP server without copying the folder structure. Ideally, I would like all the files to be dropped into a single folder on the FTP server, is there a way to do it?
Thanks