aboutsummaryrefslogtreecommitdiff
path: root/networking/ftpgetput.c
AgeCommit message (Expand)Author
2006-01-10The brain-dead FTP servers on Solaris don't support the size command.Rob Landley
2005-11-08Patch from Tomasz Mateja: don't try to CWD to a _filename_, just send the fullRob Landley
2005-07-19applying fix from:Paul Fox
2004-05-04Fix size command, safe_strtoul gives and error if the \r is left in, theGlenn L McGrath
2004-04-25Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath
2004-03-27s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen
2004-03-15Oops. Using the wrong variable was a rather stupidEric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-03-06Fix/eliminate use of atolEric Andersen
2004-01-17Modify bb_lookup_port to allow the protocol to be specified, allowingGlenn L McGrath
2003-12-20Allow recieving file to stdout, sending files from stdin, use the '-'Glenn L McGrath
2003-12-20display the port number number correctly, other minor optimisationsGlenn L McGrath
2003-12-20Change interface to bb_lookup_host, dont try and set port inside thisGlenn L McGrath
2003-12-19Use getopt_ulflagsGlenn L McGrath
2003-11-21As we no longer use function pointers for read in common archiving codeGlenn L McGrath
2003-11-03Fix rdate and ftpget/ftpput so they compile with the new xconnect.Eric Andersen
2003-06-20use an explicit cast on some types that change size whenEric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-12-18When retrieving a file dont open file until we have to to prevent files of si...Glenn L McGrath
2002-12-13Merge copyfd and copy_file_chunkGlenn L McGrath
2002-12-13Change ftpput so it uses <remote-path> <local-file> as it shouldGlenn L McGrath
2002-12-13Fix possible bug if file length not knownGlenn L McGrath
2002-12-13New applets, ftpget and ftpputGlenn L McGrath