aboutsummaryrefslogtreecommitdiff
path: root/toys/net/ftpget.c
AgeCommit message (Collapse)Author
2019-09-23Fix ftpget downloadDenys Nykula
Investigate why downloads always freeze when I call ftpget. Trace it to a refactor leaving two REST and zero RETR.
2019-07-11bind/connect cleanup.Elliott Hughes
Rename the existing xbind/xconnect to xbindany/xconnectany, to make room for new xbind/xconnect that are more like 'x' versions of the regular bind and connect. Move explicit bind/connect callers over to xbind/xconnect. Of the affected commands, only netcat is actually used by Android. It was the most recent patch to netcat that made the lack of a more traditional xbind/xconnect apparent.
2018-11-17Convert more GLOBALS argument vars to the new single letter code style.Rob Landley
2018-09-08Tweaks to make building with Android NDK's llvm happier.Rob Landley
2017-07-17typoRob Landley
2017-07-17Split out xgetaddrinfo() from xconnect()Rob Landley
2017-01-28Add missing `static`s and remove an unused function.Elliott Hughes
2017-01-04ftpget: implement -mMdDlL, put ftp transactions into their own function so -vRob Landley
can show both output and reply lines.
2017-01-04First stab at ftpget/ftpput. (Documents a lot of options other than basicRob Landley
upload/download that aren't implemented yet.)