-
I'm running Fedora 11,
curlftpfs-0.9.1-4.fc11.i586
libcurl-7.19.6-1.fc11.i586
fuse-2.8.1-1.fc11.i586
Basically any application busy in a curlftpfs operation seems to hang.
E.g., in Konsole I open multiple terminal tabs and if one of them is busy with curlftpfs, they are all frozen.
Dolphin as well freezes while copying via curlftpfs.
2009-11-27 14:02:27 UTC by audetto
-
This is being set in curl as 4294967295, causing every flush to return an error:
curl_easy_setopt_or_die(fh->write_conn, CURLOPT_INFILESIZE, -1);
Changing it to the following fixes it:
curl_easy_setopt_or_die(fh->write_conn, CURLOPT_INFILESIZE, (curl_off_t)-1);
I suspect the "-1" is 64 bits in size, and curl is only using the lower 32 bits, whereas casting it to curl_off_t will use the...
2009-10-25 15:42:09 UTC by nobody
-
Hi, the curlftpts -h gives
*Module options:
[subdir]
-o subdir=DIR prepend this directory to all paths (mandatory)
-o [no]rellinks transform absolute symlinks to relative*
calling
curlftpfs l:p@server:port/ /mnt/ftp -o disable_eprt,ssl,no_verify_peer,no_verify_hostname,ssl_control,allow_other,rellinks
gives
**fuse: unknown option...
2009-10-14 11:45:42 UTC by pavstra
-
OOlmPQ wgiizvikpaiz, [url=http://axntcfvohdgr.com/]axntcfvohdgr[/url], [link=http://rwxbboxiivwj.com/]rwxbboxiivwj[/link], http://ozpiceutzxun.com/.
2009-09-22 09:06:20 UTC by nobody
-
This works for me for a while, but soon seg faults.
(FreeBSD pcbsd 7.2-PRERELEASE)
/usr/local/bin/curlftpfs -d -v -f -o user=user:pswrd -o ssl_try xx.xx.xx.xx /media/ftp
< 250 CWD command successful. "/Music/v" is current directory.
> CWD Vnv
< 250 CWD command successful. "/Music/v/Vnv" is current directory.
> CWD vnv - empires (1999) multikbps
<...
2009-09-21 20:38:33 UTC by fieldlab
-
I have the same problem, but some is diffrent:
I use it to copy my backups to an external ftp host, an one file's size is about 1306 Mbyte.
When I try to copy it, it copies round 70%, and aborting then with the error message:
Der Socket ist nicht verbunden (107)
The socket is not connected (107)
I guess my translation of the error message is correct.
Please send a solution to sf@ddr-ware.de.
2009-08-09 23:34:16 UTC by nobody
-
logs
http://nullerror.net/files/download.php?fileid=238.
2009-06-23 17:09:31 UTC by randomnt
-
I have a same bug
Linux ubuntu 2.6.28-13-server #44-Ubuntu SMP Tue Jun 2 08:40:28 UTC 2009 x86_64 GNU/Linux
curlftpfs 0.9.2
libcurl/7.18.2
fuse/2.7
I trying to copy file to ftp
first copy operation creating file zero lenght, and reports "cannot create file"
second copy operation uploading all file, but report "Input/output error"
my actions:
root@ubuntu:~/temp# curlftpfs -v -o...
2009-06-23 16:59:47 UTC by randomnt
-
Hi,
while trying to create a volume label with bacula, I get an Operation not supported error, the curlftpfs debug output shows this:
unique: 6, opcode: OPEN (14), nodeid: 3, insize: 48
1244472873 ftpfs.c:703 ftpfs_open_common: access_mode=O_RDWR, flags=
ftpfs: operation ftpfs_open failed because Operation not supported
unique: 6, error: -95 (Operation not supported), outsize: 16...
2009-06-08 15:11:08 UTC by arminus
-
Hi,
I'm trying to get FTPS working with curlftpfs on MAC OS X 10.5. I'm trying to use Auth SSL against and FTPS server, I've tried a ProFTPD server on Linux and a Titan server on Windows. Both seem to fail the handshake. Both servers are using self-signed certs.
does anyone know what I'm missing?
mrmacbook:~ michael$ ./curlftpfs 192.168.1.12 /Volumes/ftps1/ --verbose...
2009-06-07 16:21:23 UTC by southrivertech