lavv17 / lftp

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

It would be nice if lftp would include "df" (check free space) command. #139

Open zerthimon opened 9 years ago

zerthimon commented 9 years ago

It's supported by openssh client.

zerthimon commented 9 years ago

I mean (as openssh documentation says): for servers that implement the “statvfs@openssh.com” extension.

nwgat commented 9 years ago

i agree and would be useful to have a option to stop the download when free space is low

wheelq commented 9 years ago

and to cook

zerthimon commented 9 years ago

ping

drzraf commented 8 years ago

For WebDAV, this is available in the <d:quota-available-bytes> property (when doing a PROPFIND)

spiculator commented 7 years ago

sftp protocol also supports df, so do many other protocols implemented in lftp. It would be a really useful feature.

duhmojo commented 3 years ago

lftp supports du and ls, which both list directory and file sizes but not available disk space? This is a pretty crucial oversight when trying to avoid sending files over that will ultimately just fail to copy and we're stuck fielding lftp errors transfer errors. I +1 this feature request.