FTP is a process used to move files from one place to another. Most commonly, files are moved from a disk or a computer's hard drive to a server, which makes files available for others to see on the World Wide Web. SmartFTP is a good way to transfer files because it makes sharing files reliable, efficient, and easy. This section of the FTP manual will guide you through transferring a file to the Internet using SmartFTP.
Configuring SmartFTP
|
Using SmartFTP
If you have questions about SmartFTP and its use, we would recommend you refer to help resources at http://www.smartftp.com/support/.
We want to make sure that your experience with us is as good as it possibly can be. With that in mind, we hope you understand that we also have limitations in resources that prevent us from being able to support third-party software as well as you may need it to be. This is why we ask you to use the above reference for troubleshooting any problems you may have and then, if appropriate, contact us for help in fixing the problem.
Important FTP Server Disconnect Information |
Properly disconnecting from your FTP server is critical to maintaining the availability of your FTP server. To better understand why it is important you should have a little knowledge of how an FTP server operates. Initially, when you connect to your FTP server, a single FTP process is spawned. This process is spawned to manage the connection but does not manage transferring your data itself. Once you begin to transfer files across the connection additional processes will be spawned to handle the transfer up to the FTP process limit imposed by your hosting provider. As you can see, generally speaking, successful use of an FTP server will use more than one process. Your FTP client does control the number of processes that are spawned and when those processes will die off after the transfer is complete. Now that we have a simplistic description of what is happening we can also establish why proper use of your FTP client is important to maintaining server availability. As you can see there is some responsibility placed on your FTP client to manage the FTP connection and processes. If a disconnection is handled improperly, your FTP client isn't allowed to clean up after itself and can potentially leave FTP processes running on your server indefinitely. This only becomes a problem when you try to establish a connection to your FTP server and the FTP processes left running from improper disconnects are equal to or higher than your FTP process limit. To allow your FTP client to properly close the connection you should find and utilize the disconnect function if your client supports the functionality. You should avoid simply closing the application unless this is the only option that your client supports. |