by Eek-1 » Tue Oct 29, 2002 1:13 pm
I figure you managed to download a file successfully,
however the connection went terminated right after that.
---
This is a common issue in FTP. It happens when the server detects no activity from the client after a specified amount of time (even though the client is downloading a file.)
This can be solved by either modifying some settings in your FTP server, or, your client has to refresh the connetion everytime before it gets terminated.
---
Because I don't know anything about GuildFTP, I can only provide a solution for client:
- Open your client FTP settings
- Look for an option that says "Keep connection alive" or similar
- Make sure it is enabled
Enable this will make your FTP client automatically send FTP commands to the server when no activity is present, which will keep the FTP connection alive.
---
Test again, see if it works now.