
October 10th, 2004, 12:19 PM
|
|
Registered User
|
|
Join Date: Oct 2004
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Problem FTPing multiple subdirectories
I am attempting to upload hundreds of subdirectories to one directory (using CuteFTP) and am having a problem. Before each MKDIR command for the subdirectory, CuteFTP does a LIST command which displays the contents of the parent directory. With every new subdirectory that I create, this LIST command takes a little longer. It is now taking a full minute to list the parent directory before it can issue the next MKDIR command.
My question is this: Is there anyway that I can suppress the LIST command? (this will save 1 minute per subdir creation - and there are still a couple of hundred to do)
Alternatively, does anyone know of a way to do the following:
On my local machine I have:
dir1/subdirA/fileA.html
dir1/subdirB/fileB.html
dir1/subdirC/fileC.html
What I'd like on the remote machine is:
dir1/fileA.html
dir1/fileB.html
dir1/fileC.html
Thanks for any help.
|