Skip to navigation
What linux ftp client can synchronize from a remote site?
07.12.13
you can use lftp example: lftp -u LOGINNAME,PASSWORD -e "mirror --exclude .svn --verbose /REMOTEPATH /LOCALPATH/" MYDOMAIN.com this will sync files from remote Mydomain.com to your local machine /REOMOTEPATH it will also exclude files and folders what start with .svn if you like to add another exclusion just add another --exclude example: --exclude .svn --exclude .tmp --exclude .bak
http://lftp.yar.ru/
Reply
Anonymous
What linux ftp client can synchronize from a remote site?
you can use lftp example: lftp -u LOGINNAME,PASSWORD -e "mirror --exclude .svn --verbose /REMOTEPATH /LOCALPATH/" MYDOMAIN.com this will sync files from remote Mydomain.com to your local machine /REOMOTEPATH it will also exclude files and folders what start with .svn if you like to add another exclusion just add another --exclude example: --exclude .svn --exclude .tmp --exclude .bak
07.12.13
http://lftp.yar.ru/
Reply
Anonymous
Information Epoch 1736373694
Files are bags of bytes.
Home
Notebook
Contact us