Displaying 7 results from an estimated 7 matches for "curlftpf".
Did you mean:
curlftpfs
2011 Jul 11
1
curlftpfs
CentOS-5.6
fuse-2.7.4-8.el5
fuse-curlftpfs-0.9.1-1.el5.rf
I am trying to mount an ftp connection as a local file system using
fuse and curlftpfs. I can connect to the remote system (an HP3000
running MPEiX 7.5) and the directory seems to mount but I cannot use
it. What I get is an Input/output error:
$ curlftpfs -v hahp3k01.harte-lyne...
2009 Nov 10
1
does it make sense to run rsync over ftp (curlftpfs)?
...ake any sense at all to do it over FTP?
-----
--
Kent Tong
Wicket tutorials freely available at http://www.agileskills2.org/EWDW
Axis2 tutorials freely available at http://www.agileskills2.org/DWSAA
--
View this message in context: http://old.nabble.com/does-it-make-sense-to-run-rsync-over-ftp-%28curlftpfs%29--tp26278059p26278059.html
Sent from the Samba - rsync mailing list archive at Nabble.com.
2009 Feb 08
0
rsync over ftp problem
Hi there,
I am trying to sync some local files to a shared host ftp account
(bluehost). Here is what I am trying (everything is in a bash script):
1. I mount the ftp location with curlftps with:
curlftpfs -o user=myusernamec@mydomain.com:mypassword ftp://ftp.mydomain.com
~/ftp_backups
2. I then try to sync the files
rsync -a -r --no-o --no-g --safe-links --exclude=mkstemp --progress
/somefolder ~/ftp_backups/someotherfolder/
and it all goes bonkers in the form of this error:
rsync: mkstemp "...
2007 May 30
0
Trouble connecting to Samba shares set up under FC6
...the shares. However when I try to connect with smbclient -U <username>
\\\\illuminatus\\<sharename> I get the error. From a windows machine I can
browse the shares, but when I try to select a specific share it says the
network location could not be found.
The Samba shares are mapped to curlftpfs mounted directories. When I create
a samba share one level above the mounted directories, I notice that I can
connect to the share but the directories don't show up. When I try to access
them anyway with smbclient, it says:
smb: \130.66.10.1\> cd home
cd \130.66.10.1\home\: NT_STATUS_ACCES...
2008 Nov 07
0
Construction to access Windows Network and other networks.
Hello,
Hello all,
I've been working on a construction to make access to networkresources easier,
using autofs.
The construction permits user access to networkresources like a Samba/Windows
server with cifs, FTP servers using curlftpfs and SSH using sshfs (fuse), in
one directory created with autofs. I'm sure more services like nfs and ipx are
possible, but I did not test that. (in fact there should be a lookup utility,
simular to nmblookup or nbtscan and a mount helper, and of course support in
the kernel..)
The constr...
2009 Oct 11
5
Call Recording and Posting
Hello,
I'm working on a call recording solution. I would like recordings to
either be automatically uploaded via FTP, or posted to a URL for
processing by our main server.
Is Asterisk capable of doing this or will I have to create a separate
application that monitors a temp directory for new recordings?
I ask because I don't have any experience in Linux programming, so I
2011 Jul 13
9
[PATCH 0/8] switch_root() enhancements
On a train ride to Bruxelles, brought out my axe and directly attacked
run_init(8). run_init(8) is dead, long live switch_root(8).
The next run on switch_root(8) involves fdopendir,
so another push for the upcoming stdio 1.6 branch.
The following is boot tested with initramfs-tools,
kinit(8) tests would very much be appreciated!?
Michal Suchanek (1):
[klibc] switch_root: Fix single file