Skip to content

Instantly share code, notes, and snippets.

@mazgi
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mazgi/59632947eb3d1ce026aa to your computer and use it in GitHub Desktop.
Save mazgi/59632947eb3d1ce026aa to your computer and use it in GitHub Desktop.
lftp upload to sakura cloud
[mazgi@BRUICHLADDICH] $ lftp cdrom123456789012@sac-is1a-ssl.sakura.ad.jp
Password: 
lftp cdrom112500529931@sac-is1a-ssl.sakura.ad.jp:~> set ftp:passive-mode on
lftp cdrom112500529931@sac-is1a-ssl.sakura.ad.jp:~> set ftp:ssl-protect-data true
lftp cdrom112500529931@sac-is1a-ssl.sakura.ad.jp:~> put ~/Downloads/systemrescuecd-x86-4.4.1.iso 
413272064 bytes transferred in 40 seconds (9.85M/s)                                                           
lftp cdrom112500529931@sac-is1a-ssl.sakura.ad.jp:/> bye
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment