Enhanced
Mirroring and Synchronizing
You can use the mirror
command to move a folder or an entire directory tree to a server. Use lpwd
to make sure that you are in the correct local directory. If necessary, change this with lcd
. You can do the same with pwd
and, if necessary, cd
on the server side. The command to upload the directory is simply mirror -R
, the reverse path from the server to the client works with mirror
.
Alternatively, you can specify the directories with the
mirror -R /<Server folder>/ /<Client path>/
command. After the comparison, if you change a file or the file repository in the source directory and then execute the mirror command again, LFTP simply syncs the changes with the other side. The mirror
command also supports several parallel connections, which you can initiate with mirror -P
or define more precisely with:
mirror -parallel=<n>
LFTP plays to one of its strengths in the case of large volume transmissions, in particular by displaying a progress bar and the transmission speed, which you can reduce if required. If a transmission fails once, it can be resumed with the -c
parameter, even if you terminated LFTP in the meantime.
Likewise, LFTP can handle several transmissions at the same time, and they can be sent off into the background as desired and then moved into the foreground again. To view details of the actions performed, take a look at the ~/.lftprc/
directory, where logs of all sessions that document the actions in detail reside.
When all work is complete, exit LFTP with exit
or bye
and return to the shell command line.
Advanced Functions
In addition to transferring files and directories between client and server, LFTP has many additional features and hundreds of control parameters. The most important commands are briefly summarized in Table 1.
Table 1
Command Reference
Command | Function |
---|---|
File Transfers |
|
put <File> |
Transfer file from client to server |
get <File> |
Transfer file from server to client |
Sync Entire Directories |
|
mirror -R |
Sync directory from client to server |
mirror |
Sync directory from server to client |
Bookmarks |
|
bookmark add <Name> |
Create bookmarks |
bookmark list |
List bookmarks |
open <Name> |
Open bookmarks |
Time Control and Batch Processing |
|
at <hh:mm> <Command> |
Specify time |
queue mirror <Folder> |
Create queue (directory) |
queue mirror <File> |
Create queue (just one file) |
queue start |
Start queue |
For example, you can use the at <time>
time control transmission parameter; queue
lets you create queues; and -n <number>
divides the file transmission into several parts. If you want to repeat an action later, create a bookmark with bookmark add <name>
, and bookmark list
lets you view all the bookmarks you have created.
Generally, you can initiate parallel transfers with -P
(--parallel
)=<n>
. LFTP supports FXP transfers from server to server that excludes the client. You can download web pages with HTTP – even the Torrent protocol is supported. LFTP can also be controlled with scripts.
Conclusions
The very powerful and versatile LFTP is comparatively easy to master. Many commands are the same or similar to those of the shell or the conventional FTP command set. The application is still very much active, even after 20 years of development, as can be seen by the release of the fourth update in 2017.
LFTP, on the other hand, lacks up-to-date documentation. Many of the instructions found online are no longer correct. Nevertheless, if you appreciate the command line and want to or need to use FTP, I strongly recommend LFTP as a more powerful alternative.
Infos
- LFTP: https://lftp.yar.ru
- vsftpd: https://security.appspot.com/vsftpd.html
- LFTP command reference: https://www.lifewire.com/lftp-linux-command-4093434
« Previous 1 2 3
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
AlmaLinux OS Kitten 10 Gives Power Users a Sneak Preview
If you're looking to kick the tires of AlmaLinux's upstream version, the developers have a purrfect solution.
-
Gnome 47.1 Released with a Few Fixes
The latest release of the Gnome desktop is all about fixing a few nagging issues and not about bringing new features into the mix.
-
System76 Unveils an Ampere-Powered Thelio Desktop
If you're looking for a new desktop system for developing autonomous driving and software-defined vehicle solutions. System76 has you covered.
-
VirtualBox 7.1.4 Includes Initial Support for Linux kernel 6.12
The latest version of VirtualBox has arrived and it not only adds initial support for kernel 6.12 but another feature that will make using the virtual machine tool much easier.
-
New Slimbook EVO with Raw AMD Ryzen Power
If you're looking for serious power in a 14" ultrabook that is powered by Linux, Slimbook has just the thing for you.
-
The Gnome Foundation Struggling to Stay Afloat
The foundation behind the Gnome desktop environment is having to go through some serious belt-tightening due to continued financial problems.
-
Thousands of Linux Servers Infected with Stealth Malware Since 2021
Perfctl is capable of remaining undetected, which makes it dangerous and hard to mitigate.
-
Halcyon Creates Anti-Ransomware Protection for Linux
As more Linux systems are targeted by ransomware, Halcyon is stepping up its protection.
-
Valve and Arch Linux Announce Collaboration
Valve and Arch have come together for two projects that will have a serious impact on the Linux distribution.
-
Hacker Successfully Runs Linux on a CPU from the Early ‘70s
From the office of "Look what I can do," Dmitry Grinberg was able to get Linux running on a processor that was created in 1971.