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

The usage of the Linux basic command lftp

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

Share

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

This article introduces the relevant knowledge of "the usage of the Linux basic command lftp". Many people will encounter such a dilemma in the operation of actual cases, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

Lftp

The lftp instruction can be used to log in to a remote ftp server, which is a character interface file transfer tool.

The scope of this command: RedHat, RHEL, Ubuntu, CentOS, SUSE, openSUSE, Fedora.

1. Grammar

Lftp [options] [host]

2. List of options

Option

Description

-d

Turn on debug mode

-e cmd

Execute the given command without exiting

-p port

Log in using the specified port

-uuser,pass

Log in with the given user name and password

-f file

Execute the commands in the file

-c cmd

Execute the given command and exit

3. Examples

1) Log in to the ftp server

[root@localhost ~] # lftp 192.168.1.8 purl 21 / / Log in

Lftp 192.168.1.8 ~ > ls / / View the content, and you have logged in successfully

Drwxr-xr-x 2 0 0 4096 Aug 14 06:38 pub

Lftp 192.168.1.8 / >

2) display in netstat format

[root@localhost ~] # lftp-u david 192.168.1.8 / / Log in with the specified user name

Password: / / password

Lftp david@192.168.1.8:~ > ls / / View the content, login is successful

Drwxrwxr-x 3 500 500 4096 Aug 21 01:10 mail

Drwxr-xr-x 2500 4096 Sep 22 12:44 download

Drwxr-xr-x 2500 4096 Sep 22 12:44 Public

Drwxr-xr-x 2500 4096 Sep 22 12:44 picture

Drwxr-xr-x 2500 4096 Sep 22 12:44 document

Drwxr-xr-x 2500 4096 Sep 22 12:44 desktop

Drwxr-xr-x 2500 4096 Sep 22 12:44 template

Drwxr-xr-x 2500 4096 Sep 22 12:44 video

Drwxr-xr-x 2 500 4096 Sep 22 12:44 Music

This is the end of the introduction to "the usage of the Linux basic command lftp". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

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