summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncftp/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for high-range FTP data portspst1995-12-101-1/+8
|
* Merge with current. Back out all trailing spaces changes, theyache1995-11-231-18/+18
| | | | hits again and again.
* Add setlocale LC_TIMEache1995-10-261-0/+7
|
* Add missing ospeed initialization.ache1995-08-041-0/+12
|
* Remove trailing whitespace.rgrimes1995-05-301-17/+17
|
* Merge.ache1995-04-161-21/+25
|
* Finally restore my original MAIL fix after all junk patches.ache1995-04-021-2/+0
|
* Delete a second getenv("MAILPATH") that happens immediately after a firstats1995-04-011-2/+0
| | | | try. Doesn't make sense.
* Back out the previous commit.jkh1995-03-311-0/+2
|
* I noticed that the current version of ncftp dos not do the very usefuljkh1995-03-311-0/+2
| | | | | | job af warning me about mail as my work version does. This patch will will fix this for bash(1) if MAILPATH is exported: Submitted by: Mark Murray <mark@grondar.za>
* Fix default mailpathache1995-03-301-0/+5
|
* Merge.ache1995-03-091-1/+1
|
* Merge.ache1995-01-241-2/+3
|
* Not go to interactive mode, if login failed for URLs, justache1995-01-211-1/+2
| | | | exit(1). Dedicated to Jordan.
* Mergeache1995-01-031-1/+1
|
* Merging.ache1994-12-241-2/+4
| | | | | | | | | | | | | | | 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.
* Merge...ache1994-12-131-7/+2
|
* Merge changes with new versionache1994-11-041-1/+1
|
* P was missing from getopt stringadam1994-10-191-1/+1
|
* (a) there's no reason for PASSIVEMODE to be conditionally compiled since it'spst1994-10-061-1/+7
| | | | | | | | | | | | | | | 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-281-3/+9
| | | | | return status when a transfer failed! Hopefully, the next release will do this more elegantly and make these changes short-lived.
* ncftp 1.8.5ache1994-09-221-0/+1128
OpenPOWER on IntegriCloud