summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendftp.c
Commit message (Expand)AuthorAgeFilesLines
* don't require \r as line ending for LIST commands. Fixes ftp.netbsd.orgBenjamin Otte2008-03-041-3/+3
* add an anonymous_out parameter for anonymous logins.Benjamin Otte2008-03-041-9/+37
* fix server disconnect on timeout. Side effect is that the ftp backend justBenjamin Otte2008-03-031-45/+61
* dynamically resize the read buffer. This allows receiving the huge welcomeBenjamin Otte2008-03-031-17/+30
* implement EPSV. This should make IPv6 work.Benjamin Otte2008-03-031-2/+33
* Make "file don't exist" message conform to other backends; no, it isn't aLuca Ferretti2008-03-031-1/+1
* use g_build_path() to not get excess slashes in pathsBenjamin Otte2008-03-021-1/+1
* implement move vfuncBenjamin Otte2008-03-021-7/+84
* push back connection if we fail starting a read/writeBenjamin Otte2008-03-021-8/+20
* implement make_directoryBenjamin Otte2008-03-021-0/+23
* implement deleteBenjamin Otte2008-03-021-0/+30
* redo error handling: We now store the error and the job in theBenjamin Otte2008-03-021-384/+274
* close the data connection before trying to receive the OK. Some serversBenjamin Otte2008-03-011-1/+1
* use 0 as port in the keyring when it's the default ftp port. Stops theBenjamin Otte2008-03-011-8/+11
* rewrite directory enumeration and query_info by using the LIST parsingBenjamin Otte2008-03-011-0/+349
* introduce a differentiation between gvfs paths and ftp filenames and useBenjamin Otte2008-02-291-6/+144
* Added translator comment.Wouter Bolsterlee2008-02-281-0/+1
* Reuse existing string to reduce the impact of the string freeze breaks.Wouter Bolsterlee2008-02-281-1/+1
* actually translate the display nameBenjamin Otte2008-02-281-2/+2
* really check for errors correctly. I need to go to bed.Benjamin Otte2008-02-281-2/+6
* check for errors correctlyBenjamin Otte2008-02-281-1/+1
* rewrite login code to use the keyring if available. Also fix mount specsBenjamin Otte2008-02-281-55/+113
* split out login code, so we can try multiple auths when some fail.Benjamin Otte2008-02-281-19/+54
* add functions that are supposed to set default values on a remote fileBenjamin Otte2008-02-281-49/+27
* Set sane error messages for ftp error codes. Also remove some excessiveBenjamin Otte2008-02-281-5/+73
* fix typo (thanks Andre)Benjamin Otte2008-02-281-1/+1
* implement appendBenjamin Otte2008-02-281-22/+77
* drop my current FTP code and continue development in here. Should makeBenjamin Otte2008-02-281-287/+1092
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-7/+4
* Clean up strings and add translator commentsAlexander Larsson2008-01-151-1/+1
* Only use <gio/gio.h> includeAlexander Larsson2007-12-141-2/+1
* Code cleanups from Kjartan Maraas.Alexander Larsson2007-11-161-17/+29
* Add copyright information to source files.Christian Kellner2007-11-011-0/+22
* Add GFileCreateFlags flag to open for write. No actual backend support yetAlexander Larsson2007-10-041-8/+11
* Update signatures for API changes in gio.Sebastian Dröge2007-09-271-5/+7
* Removed. Removed. Added. Added.Alexander Larsson2007-09-171-20/+20
* Add Emacs mode string so we (I) get sane indenting.Alexander Larsson2007-09-131-0/+2
* Add skeleton for FTP backend.Alexander Larsson2007-09-131-0/+437