braga
42bc0f59ea
Fix bugs 1572579 and 1574246. Thanks to Stephen Cristol for reporting the bugs and testing the fix.
2006-10-10 13:35:04 +00:00
braga
9f89d9e731
Version 0.9.
2006-10-02 14:37:06 +00:00
braga
bef11db415
Better debug output.
2006-10-02 14:36:30 +00:00
braga
0ed2ba7306
Fix warning in test compilation.
2006-09-29 18:58:49 +00:00
braga
e2a3739258
Some style fixes to keep all lines < 80 characters.
2006-09-29 18:47:42 +00:00
braga
f4a005c7cc
Fix bug 1564785: Doesn't compile if fuse > 2.6.0_pre2.
2006-09-29 18:37:56 +00:00
braga
587c5938ed
Patch by linuxfun (linuxfun at users.sourceforge.net) to enable chmod and chown.
2006-09-27 05:34:16 +00:00
braga
954007ec31
Patch by Jui-Nan Lin to enable utf8 support.
2006-06-06 16:57:31 +00:00
braga
6da21560a3
Version 0.8.
2006-05-25 06:29:18 +00:00
braga
303d72c94e
Use "LIST -a" to show dotfiles.
2006-05-21 19:37:00 +00:00
braga
5efe1c3028
Better error handling for getdir and read.
2006-05-20 18:35:12 +00:00
braga
5e2331df34
Added copyright information to files.
2006-05-20 18:09:42 +00:00
braga
93ff610fdd
Do 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.
2006-05-20 07:40:06 +00:00
braga
62032706e9
Fix the bug where we could perform on a dead connection.
2006-05-16 04:53:48 +00:00
braga
0accac7007
Fix memory leaks.
2006-05-15 02:40:52 +00:00
braga
15409cbfb9
Add initial support for doing read on demand from FTP servers. This makes us depend on very recent libcurl versions.
2006-05-01 00:22:40 +00:00
braga
321908c7bc
Correct bug with file times. Reported by Andreas Jackisch.
2006-04-28 01:36:11 +00:00
braga
e8482c35f5
Added no_verify_peer option to disable the verification of SSL certificates.
2006-04-26 17:29:28 +00:00
braga
880039aea7
Fix Bug #1475625 . Patch submitted by Victor Chen.
2006-04-25 01:11:38 +00:00
braga
7c999b0ee4
Correct manpage identation.
2006-04-13 21:31:06 +00:00
braga
02456a4d22
Version 0.7.
2006-04-13 21:10:41 +00:00
braga
809d51cf1e
Correct spelling errors.
2006-04-13 20:35:47 +00:00
braga
8349db5c27
Add manpage documentation.
2006-04-13 20:16:26 +00:00
braga
c1b3af66b7
Add mutex guard for filesystem operations.
2006-04-13 02:54:02 +00:00
braga
bbe631ad71
Automatically append the ftp:// prefix if not passed in the host.
2006-04-12 18:52:02 +00:00
braga
ea3b34c516
Make root dir have at least one link. Otherwise samba did not see it correctly.
2006-04-12 18:50:58 +00:00
braga
4d7d375122
SKIP_PASV_IP is not defined in older version of libcurl.
2006-04-10 22:31:19 +00:00
braga
726cc550ab
Version 0.6.
2006-04-10 22:23:26 +00:00
braga
7a0759d47b
Added options for doing active ftp.
2006-04-10 22:22:28 +00:00
braga
5eb6715c40
Corrected compiler warnings.
2006-04-10 20:15:20 +00:00
braga
cbd0716730
Separated ftp listing parser module. It now supports Windows NT listings. Added unittests for the listing parser module.
2006-04-05 01:36:57 +00:00
braga
5d75159bf5
Version 0.5.
2006-03-23 12:07:58 +00:00
braga
a5bcc6c6f8
Removed 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.
2006-03-23 11:54:42 +00:00
braga
ab2357caf4
Version 0.4.
2006-03-19 02:07:17 +00:00
braga
1b9514fdf7
Added 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.
2006-03-19 02:06:00 +00:00
braga
78b9a7c4c9
Corrected ftpfs_rename, ftpfs_mkdir, ftpfs_rmdir and ftpfs_unlink when we mount a subdirectory instead of the FTP root.
2006-03-15 22:50:12 +00:00
braga
ac1b2343bd
Adds libcurl M4 macro because some dummy redhats don't install it even with devel package.
2006-03-15 22:44:13 +00:00
braga
09e2793419
Version 0.3.
2006-03-15 13:46:46 +00:00
braga
dde23fad74
Better handling of dependencies.
2006-03-13 22:38:02 +00:00
braga
9169bf0f02
Corrected problem when FTP server returned a "total" line before the files themselves. Added option to not use EPSV.
2006-03-13 19:12:35 +00:00
braga
52388c7d7a
*** empty log message ***
2006-03-11 21:31:21 +00:00
braga
8c09e482f7
Changed autotools to use libtool because it doesn't support files in subdirectories.
2006-03-11 21:25:12 +00:00
braga
c543d3ab33
Version 0.2.
2006-03-11 19:03:59 +00:00
braga
eb03e0e1be
Added usage information. Abort earlier if parameters incorrect.
2006-03-11 19:02:28 +00:00
braga
6ca5951f20
Added some documentation to README.
2006-03-11 19:00:08 +00:00
braga
47badb612a
Corrected file listing parser to work with files with spaces in the name.
2006-03-11 02:33:39 +00:00
braga
b5428680b6
Correcting package name and version.
2006-02-23 19:23:19 +00:00
braga
4f5dfc85db
Initial revision
2006-02-23 19:11:56 +00:00