Quote:
Originally Posted by bfranker
I'm no expert in this stuff but it looks like FlashFXP is opening a port EACH time a file is uploaded. Is this normal? Sometimes I'm uploading thousands of little 4k and 3k files for example and I think this is what is taking so long and causing the problems.
|
Yes, that is how FTP protocol works. For each file transfer a separate connection needs to be established.
Perhaps it'll be much faster if you compress all your files into a single zip or tar file, transfer it and then unpack it on the destination server.