summaryrefslogtreecommitdiff
path: root/networking/ftpgetput.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - fix the build if we have ftpput without ftpget (speeling reeoe)Bernhard Reutner-Fischer2006-06-071-2/+2
* #ifdef reduction.Rob Landley2006-06-021-10/+5
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer2006-05-261-0/+4
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-8/+0
* CONFIG->ENABLE migration.Rob Landley2006-05-041-16/+8
* The brain-dead FTP servers on Solaris don't support the size command.Rob Landley2006-01-101-2/+9
* Patch from Tomasz Mateja: don't try to CWD to a _filename_, just send the fullRob Landley2005-11-081-19/+2
* applying fix from:Paul Fox2005-07-191-2/+2
* Fix size command, safe_strtoul gives and error if the \r is left in, theGlenn L McGrath2004-05-041-1/+6
* Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath2004-04-251-1/+1
* s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen2004-03-271-2/+2
* Oops. Using the wrong variable was a rather stupidEric Andersen2004-03-151-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-7/+7
* Fix/eliminate use of atolEric Andersen2004-03-061-1/+4
* Modify bb_lookup_port to allow the protocol to be specified, allowingGlenn L McGrath2004-01-171-1/+1
* Allow recieving file to stdout, sending files from stdin, use the '-'Glenn L McGrath2003-12-201-35/+37
* display the port number number correctly, other minor optimisationsGlenn L McGrath2003-12-201-30/+20
* Change interface to bb_lookup_host, dont try and set port inside thisGlenn L McGrath2003-12-201-1/+2
* Use getopt_ulflagsGlenn L McGrath2003-12-191-31/+23
* As we no longer use function pointers for read in common archiving codeGlenn L McGrath2003-11-211-2/+2
* Fix rdate and ftpget/ftpput so they compile with the new xconnect.Eric Andersen2003-11-031-12/+28
* use an explicit cast on some types that change size whenEric Andersen2003-06-201-2/+2
* Major coreutils update.Manuel Novoa III2003-03-191-25/+25
* When retrieving a file dont open file until we have to to prevent files of si...Glenn L McGrath2002-12-181-8/+8
* Merge copyfd and copy_file_chunkGlenn L McGrath2002-12-131-47/+6
* Change ftpput so it uses <remote-path> <local-file> as it shouldGlenn L McGrath2002-12-131-1/+1
* Fix possible bug if file length not knownGlenn L McGrath2002-12-131-6/+11
* New applets, ftpget and ftpputGlenn L McGrath2002-12-131-0/+405