303d72c94eUse "LIST -a" to show dotfiles.
braga
2006-05-21 19:37:00 +00:00
5efe1c3028Better error handling for getdir and read.
braga
2006-05-20 18:35:12 +00:00
5e2331df34Added copyright information to files.
braga
2006-05-20 18:09:42 +00:00
93ff610fddDo not let the buffer grow indefinitely for read-only files. Reset range. We only need to read one byte to know that the open succeeded.
braga
2006-05-20 07:40:06 +00:00
62032706e9Fix the bug where we could perform on a dead connection.
braga
2006-05-16 04:53:48 +00:00
15409cbfb9Add initial support for doing read on demand from FTP servers. This makes us depend on very recent libcurl versions.
braga
2006-05-01 00:22:40 +00:00
321908c7bcCorrect bug with file times. Reported by Andreas Jackisch.
braga
2006-04-28 01:36:11 +00:00
e8482c35f5Added no_verify_peer option to disable the verification of SSL certificates.
braga
2006-04-26 17:29:28 +00:00
880039aea7Fix Bug #1475625. Patch submitted by Victor Chen.
braga
2006-04-25 01:11:38 +00:00
cbd0716730Separated ftp listing parser module. It now supports Windows NT listings. Added unittests for the listing parser module.
braga
2006-04-05 01:36:57 +00:00
a5bcc6c6f8Removed SSLv2 option because it's insecure. Added options to choose SSL level and a warning to old libcurl versions that try to connect even to hosts that don't support SSL. Corrected cacert description. Added option to not verify the host with SSL. Changed libcurl version checking to runtime. Set blocks and blocksize in getattr to make the du program work. Thanks a lot to Nikos Mavrogiannopoulos to all the help with SSL.
braga
2006-03-23 11:54:42 +00:00
1b9514fdf7Added NOBODY to save some listings in rmdir, mkdir, unlink and rename. Added lots of libcurl options. This makes us support SSL and proxies, among lots of other things.
braga
2006-03-19 02:06:00 +00:00
78b9a7c4c9Corrected ftpfs_rename, ftpfs_mkdir, ftpfs_rmdir and ftpfs_unlink when we mount a subdirectory instead of the FTP root.
braga
2006-03-15 22:50:12 +00:00
ac1b2343bdAdds libcurl M4 macro because some dummy redhats don't install it even with devel package.
braga
2006-03-15 22:44:13 +00:00
dde23fad74Better handling of dependencies.
braga
2006-03-13 22:38:02 +00:00
9169bf0f02Corrected problem when FTP server returned a "total" line before the files themselves. Added option to not use EPSV.
braga
2006-03-13 19:12:35 +00:00