I used the school's FTP client, so I found an FTP client. Google once found that filezilla had a good rating. Install it:
Sudo apt-Get install filezilla
The required components are automatically installed for you.
Then, set the site.
You can use the menu item "file"> "Site Manager" to add folders or sites.
In the Site Manager dialog box, you can set the default download directory on the "advanced" tab.
Enter the IP address of the connected host
Logon type: normal or normal
Enter the user and password
However, I encountered two problems. The solution is as follows:
1. the FTP Server File is not fully displayed, which is a problem with character set encoding.
Solution: Find the "Character Set" tab, "use custom character set (c)", and enter gb2312. It seems that this is the default encoding format in windows. Of course, this does not need to be processed. It should be related to the operating system of the FTP server.
2. Error:
Response: 530 each IP address allows only one connection
Error: critical error
Error: unable to connect to the server
Solution: Find the "transport settings" tab, select "Limit connections at the same time", and set the maximum number of connections to 1. OK
Reprinted: http://blog.csdn.net/guanggY/article/details/5651497