lavv17 / lftp

sophisticated command line file transfer program (ftp, http, sftp, fish, torrent)
http://lftp.yar.ru
GNU General Public License v3.0
1.09k stars 160 forks source link

add lftpost utility #189

Open zabbal opened 8 years ago

zabbal commented 8 years ago

lftp is awesome tool with tons of features, which also have downside - quite a bit of learning curve. The lftpget comes incredibly handy as a quick shortcut for people who just simply needs to grab a file from remote url. Would be excellent to get the same kind of shortcut for opposite task - quickly put the file to remote url using either http PUT or POST methods. Easy ans simple, with minimum number of necessary options yet built on top of lftp with support for various encodings etc.

nwgat commented 8 years ago

you can write a bash script or python for that