( bitvadasz | 2013. 03. 20., sze – 21:45 )

Eddig (és féregrágta kukacos username mentes helyeken) pl.:

Now create the mount point and mount ftp account data.

#mkdir /ftpmount

#curlftpfs -o allow_other surendra_a:redhat@ftp2.linuxnix.com /ftpmount

Here option allow_others is used to Allow access to other users.

curlftpfs ftpusername:ftppassword@ftp.site.address /path/to/mountpoint

O.K. ennél a szolgáltatónál legyen man curlftps szerint:

curlftpfs user=postmaster@domain.tld:password 195.xxx.xxx.xxx

* getaddrinfo(3) failed for domain.tld:password:21
* Couldn't resolve host 'domain.tld:password'
* Closing connection #0
Error connecting to ftp: Couldn't resolve host 'domain.tld:password'

curlftpfs user=postmaster@domain.tld pass=password 195.xxx.xxx.xxx

* About to connect() to domain.tld port 21 (#0)
* Trying 109.xxx.xxx.xxx... * connected
< 220 XXX - FTP Server ready
> USER user=postmaster
< 331 Password required for user=postmaster
> PASS
< 530 Login incorrect.