Guest User

Untitled

a guest
Mar 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. lftp -c 'open -e "mirror /tmp/thedir ftp://nico:mypass@remotehost/~/destination/" ftp://nico:mypass@localhost'
  2.  
  3. cd {local_dir}
  4. lftp {server}
  5. cd {remote_dir}
  6. mput {local_dir}/*
  7.  
  8. help mput
Add Comment
Please, Sign In to add comment