summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncftp
Commit message (Collapse)AuthorAgeFilesLines
* P was missing from getopt stringadam1994-10-191-1/+1
|
* Back out the fluff, leave the meatpst1994-10-076-2/+30
|
* (a) there's no reason for PASSIVEMODE to be conditionally compiled since it'spst1994-10-067-28/+13
| | | | | | | | | | | | | | | controlled by a runtime switch. (b) add '-P' to toggle passive mode from the command line (c) turn on passive mode by default - passive mode ftp works on all but a few servers out there - it's easy to disable - no, standard ftp should not run with passive enabled by default, but that doesn't matter because I've already fixed standard mode ftp to take a switch This really should have been implemented as a ncftp "set" command instead of carrying over the same hack that was done to ftp. I will go back and fix it some day.
* Ye GODS! What I had to go through to make this thing exit with a non-zerojkh1994-09-287-24/+48
| | | | | return status when a transfer failed! Hopefully, the next release will do this more elegantly and make these changes short-lived.
* Final (I hope) tuningache1994-09-223-3/+25
|
* ncftp 1.8.5ache1994-09-2229-0/+12578
OpenPOWER on IntegriCloud