Support checking ftp urls for file presence.

This commit is contained in:
Joey Hess 2015-05-05 14:05:02 -04:00
parent 0b18228516
commit cf786f42a4
3 changed files with 13 additions and 3 deletions

View file

@ -105,3 +105,8 @@ $
"""]]
> workaround in place; [[done]] --[[Joey]]
> Also, fixed it to allow dropping the file if the ftp server seems
> to reply with a successful result (it's replying with 350, which is not
> unambiguously good, but since curl is able to get the right file length,
> the file is presumably still on the ftp server. --[[Joey]]