aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ncftp/cmds.c
Commit message (Collapse)AuthorAgeFilesLines
* Nuke this thing.Jordan K. Hubbard1996-06-191-2231/+0
| | | | Notes: svn path=/head/; revision=16522
* Add support for high-range FTP data portsPaul Traina1995-12-101-1/+9
| | | | Notes: svn path=/head/; revision=12738
* Merge with current. Back out all trailing spaces changes, theyAndrey A. Chernov1995-11-231-30/+30
| | | | | | | hits again and again. Notes: svn path=/head/; revision=12464
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-30/+30
| | | | Notes: svn path=/head/; revision=8874
* Merging.Andrey A. Chernov1994-12-241-8/+3
| | | | | | | | | | | | | | | | | | v1.9.0 - December 22, 1994. The program won't exit from the interactive shell if it's working from a tty. For example, it won't exit if you do an mget on a pattern that won't match anything. Added padding around jmp_buf's for SunOS. SunOS needs sigjmp_buf's, but plenty of OS's don't support sigjmp_buf's yet. Fixed the tips to reflect the new archive site. v1.8.9 - December 20, 1994. Can now set "passive" user variable, or use passive command to toggle PASV/PORT ftp. Debug mode now prints remote responses. Can now get around buggy FTP servers like boombox.micro.umn.edu, that give back invalid port numbers to PASV. v1.8.8 - December 19, 1994. Now falls back to port FTP if passive FTP fails. Notes: svn path=/head/; revision=5219
* Merge...Andrey A. Chernov1994-12-131-5/+4
| | | | Notes: svn path=/head/; revision=5097
* Merge changes with new versionAndrey A. Chernov1994-11-041-1/+2
| | | | Notes: svn path=/head/; revision=4138
* Back out the fluff, leave the meatPaul Traina1994-10-071-1/+10
| | | | Notes: svn path=/head/; revision=3409
* (a) there's no reason for PASSIVEMODE to be conditionally compiled since it'sPaul Traina1994-10-061-10/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=3403
* Ye GODS! What I had to go through to make this thing exit with a non-zeroJordan K. Hubbard1994-09-281-13/+27
| | | | | | | | return status when a transfer failed! Hopefully, the next release will do this more elegantly and make these changes short-lived. Notes: svn path=/head/; revision=3163
* Final (I hope) tuningAndrey A. Chernov1994-09-221-3/+3
| | | | Notes: svn path=/head/; revision=3007
* ncftp 1.8.5vendor/ncftp/1.8.5Andrey A. Chernov1994-09-221-0/+2214
Notes: svn path=/vendor/ncftp/dist/; revision=3004 svn path=/vendor/ncftp/1.8.5/; revision=3006; tag=vendor/ncftp/1.8.5