AW: Mount a FTP folder using curlftp -> Write problems

Markus Bodmann markus at dokutv.net
Sat Oct 17 12:42:18 UTC 2009


I tried:

//ug-team.de /media/ftp_markus cifs username=v115191,password=*******,uid=1000 0 0

in the fstab, doesnt work...

-----Ursprüngliche Nachricht-----
Von: ubuntu-users-bounces at lists.ubuntu.com [mailto:ubuntu-users-bounces at lists.ubuntu.com] Im Auftrag von David N. Lombard
Gesendet: Samstag, 17. Oktober 2009 04:37
An: Ubuntu user technical support, not for general discussions
Betreff: Re: Mount a FTP folder using curlftp -> Write problems

Markus Bodmann wrote:
> Hello,
> 
> I try to mount a FTP Folder. Not only "Connect Server" .
> 
> My target is, that PCs in my network have access to the Folder, but only 
> when they are in my network. When they leave it, there is no access.
> 
> My idea was to mount the FTP on my homeserver and give acces over samba. 
> With this line in the fstab file I mount it:
> 
> curlftpfs#<user>:<password>@<ftpserver> /media/ftp_markus fuse 
> rw,allow_other,noauto,user 0 0

Why not just mount as a cifs?

//host/share /mnt/share cifs username=user,password=pw,uid=useruid 0 0

where //host/share, /mnt/share, user, pw, and useruid are all the 
appropriate strings...

You may need to
	sudo apt-get install smbfs

-- 
David N. Lombard

-- 
ubuntu-users mailing list
ubuntu-users at lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users




More information about the ubuntu-users mailing list