Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use Windows Command Line FTP client and ls for PureFTPd

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

Xiaobian to share with you how to use PureFTPd Windows command line FTP client and ls, I believe most people still do not know how to share this article for your reference, I hope you have a lot of harvest after reading this article, let's go to understand it together!

Pureftpd is a fast, high-quality, full-featured ftp server, the most important thing is to support setting the client default code, Pureftpd is very powerful and very easy to use, teach everyone to use Windows command line FTP client and ls

In command line Windows FTP client, typing "ls -la" does not return any files

The command "ls" on FTP clients has nothing to do with the command "ls" in Unix shells

On the Windows client command line, typing "ls" actually sends the FTP command "NLST." So when you type "ls -la," it doesn't mean "Show all files in detail." According to RFCs, it means "List all files called-la," so the answer you get is the question you asked. If you don't have a file called "-la," you get nothing.

If you want to use regular expressions and options, you should type "dir"(translated as "LIST"). "dir -la" is correct.

This is illogical, but this headache only occurs when using Microsoft's command line FTP client.

If you want 'ls' to resolve options, add the-b option to start pure-ftpd.

The above is all the content of "PureFTPd How to use Windows command line FTP client and ls" this article, thank you for reading! I believe that everyone has a certain understanding, hope to share the content to help everyone, if you still want to learn more knowledge, welcome to pay attention to the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report