歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Linux平台使用lftp進行上傳下載

Linux平台使用lftp進行上傳下載

日期:2017/2/28 16:03:36   编辑:Linux教程

上傳當前目錄下的temp文件夾

lftp -c 'mirror -R /opt/temp ftp://user:password@ftpserver/'

上傳當前目錄的test.txt

lftp -c 'put test.txt -o ftp://user:password@ftpserver/'

下載test.txt到當前目錄

lftp -c 'pget -n 5 ftp://user:password@ftpserver/test.txt'

LFTP 的詳細介紹:請點這裡
LFTP 的下載地址:請點這裡

Copyright © Linux教程網 All Rights Reserved