search for: ftpfs

Displaying 4 results from an estimated 4 matches for "ftpfs".

Did you mean: ftbfs
2003 Nov 15
1
rsync 2.5.6 hanging
...er for backup purposes. The server is an ftp server and the main directory in question is 77GB consisting of 391000 subdirectories and files. when I run rsync with the following command: /usr/bin/rsync -av --rsh=ssh --stats --progress --rsync-path=/usr/bin/rsync --delete --force --exclude=logs/ /ftpfs/ 10.10.1.237:/ftpfs/ it starts to transmit some files and then gets stuck. Actually now it is stuck on one file and every time I run it it it "freezes" as it is transmitting the file: as in the example below: 196608 22% 629.92kB/s 0:00:01 then it just hangs.. I have 1gb o...
2006 Oct 21
1
Can ices read/stream a remote file rather than a local file?
Would it possible to use ices to send to icecast an audio file that it's not located on the same machine where ices is running, but on another machine? I've checked through the source code of ices, and found out that it uses PERL's read function. Maybe by changing this code I would get my result? What do you suggest? If this is not possible, could ices in some way "upload"
2009 Jun 30
0
GlusterFS slowness due to updatedb cron job
...y to index all the files it can find. It is configured by default to ignore network file systems such as NFS and lustre. Please add fuse.glusterfs to the list. Edit /etc/updatedb.conf: PRUNEFS="fuse.glusterfs NFS nfs nfs4 rpc_pipefs afs binfmt_misc proc smbfs autofs iso9660 ncpfs coda devpts ftpfs devfs mfs shfs sysfs cifs lustre_lite tmpfs usbfs udf -- Anand Babu Periasamy GPG Key ID: 0x62E15A31 Blog [http://unlocksmith.org] GlusterFS [http://www.gluster.org] GNU/Linux [http://www.gnu.org]
1999 May 01
0
smb client support in midnight commander
I have implemented smb client functionality in midnight commander file manager. It is implemented in its virtual filesystem layer, just like the ftpfs and others. It mostly uses the functionality provided by the libsmb/clientgen.c in samba. The functionality of browsing for servers, showing shares on server as directories, and all read/write/erase/mkdir/rmdir/etc.. is all implemented. The reason for posting this is to find developers more...