Quote:
Originally Posted by webcrawler2050
I used to have one at work. It was a git for FTP -
Ar eyou able to provide FTP logs?
|
Yep, but not sure what benefit you'd get out of them. All that happens is that after sending PASV (if you're using a passive connection) then LIST, then whatever FTP client you are using will hang waiting for a data connection to be established. But this hanging will only occur if the total size of the data (eg a small directory listing) is quite small. Downloading a file or getting a listing from a directory with more than three or four items will cause the data connection to timeout. Yet when the MTU is upped to 1500, this hanging goes away completely....