PureftpdIt is a fast, high-quality, and fully functional ftp server. The most important thing is that it supports setting the Default Client encoding. Pureftpd is very powerful and easy to use.WindowsCommand Line FTP client andLs
In the command line Windows FTP client, enter "ls-la" and no file is returned.
The "ls" command on the FTP client has no connection with the "ls" command in the Unix shell.
On the Windows client of the command line, enter "ls" to actually send the FTP command "NLST ". so when you enter "ls-la", it does not mean "show all files in detail ". according to RFCs, it means "listing all files called-la", so the answer you get is the question you asked. If there is no file named "-la", you will not get anything.
If you want to use regular expressions and options, enter "dir" (translated as "LIST "). "Dir-la" is correct.
This is not logical, but this headache occurs only when you use the Microsoft command line FTP client.
If you want 'LS' to parse the options, you can add the-B Option to start pure-ftpd.
Through the introduction of this article and my explanation, I think everyone should teach you how to use the Windows Command Line FTP client and ls. I hope it will help you!
- How to start Pure-FTPd in the background
- Two chroot methods in pure-ftpd
- How to solve pure-ftpdwho is too slow or too slow to log on
- Basic installation of PureFTPd
- Customer-friendly setting of PureFTPd
- Pureftpd issue set password and pure-pw script
- Use a shell user or virtual user to log on to pureftpd
- Use pureftpd to set up an ftp server with web Management in slackware 10.1