Reply
Thread Tools
frethop's Avatar
Posts: 283 | Thanked: 60 times | Joined on Nov 2005 @ It's dark in here. I hear laughing.
#1
I'd like to play with some file system implementations for Fremantle. What is the magical incantation to mount an FTP or HTTP server's files as a filesystem? I don't want to use curlftpfs.

I'm thinking something like
Code:
mount -t ftp server.site.com:/home/what /mnt
I just can't get it right and documentation is hard to come by.

Thanks.
 
Posts: 115 | Thanked: 19 times | Joined on Jun 2010
#2
I'm looking for curlsftpfs to run this:
Code:
sudo curlftpfs ftp://server.site.com/home/what /mnt -o user=MyName
but i'm not finding curlsftpfs
 
jd4200's Avatar
Posts: 451 | Thanked: 424 times | Joined on Apr 2010 @ England
#3
If you have SSH couldn't you use SSHFS?
 
Posts: 402 | Thanked: 229 times | Joined on Nov 2009 @ Missouri, USA
#4
Originally Posted by jd4200 View Post
If you have SSH couldn't you use SSHFS?
Exactly:
Code:
sshfs user-name@server.site.com:/home/what:  /mnt
Then:
Code:
fusermount -u /mnt
When you're done.
__________________
aspidites | blog | aspidites@inbox.com
 
Posts: 115 | Thanked: 19 times | Joined on Jun 2010
#5
When the server only provides FTP service, how to use sshfs?

Last edited by narcisgarcia; 2010-07-18 at 13:56. Reason: corrected 'use'
 
Posts: 402 | Thanked: 229 times | Joined on Nov 2009 @ Missouri, USA
#6
Ah. Well perhaps ftpfs is a good alternative. Article explaining how to install and use ftpfs is here: http://articles.techrepublic.com.com...1-5031896.html

Actually, that's obsoleted by fuse (which is what sshfs is based on). Couple of alternatives, though: http://wiki.archlinux.org/index.php/FtpFs
__________________
aspidites | blog | aspidites@inbox.com

Last edited by aspidites; 2010-07-18 at 08:47.
 
Reply


 
Forum Jump


All times are GMT. The time now is 02:04.