- You will need the server's IP address or domain name. You will usually have to provide a user name and password to complete your login.
- Some FTP servers allow users to log into them anonymously, allowing the server to be easily accessible to the public. Many large tech companies do this so users can download software like patches, updates and demos.
- If you are going to only be downloading from an FTP server and not uploading files (read-only access), you can simply use a Web browser like IE or Firefox. Otherwise, there are many free FTP programs available for download.
- There are many programs available for building an FTP server. A free one that many use is the Linux-based ProFTPD. Port 21 must be open on your computer's firewall for it to act as a server.
- Even with a username and password set, these login credentials are not encrypted. A person snooping on your network with a network analyzer can view your credentials in plain text. To avoid this you must use a specific method of securing FTP, such as FTP over SSH.













