Introduction - If you have any usage issues, please Google them yourself
FTP file transfer system is divided into client and server side. Client main functions: 1, configure the server IP address, specify a particular FTP server 2, enter the user name and password for access to documents operating authority 3, from the server to download the files 4, from the client to upload files 5, check the server' s home directory and subdirectories. Server-side main functions: 1, start the FTP service 2, accept user remote login 3, to provide the user' s home directory and subdirectories for files on the download 4, allows users to upload local files to the server 5, allowing users to View information on a server directory 6, stop the FTP service.