Benutzer-Werkzeuge

Webseiten-Werkzeuge


curlftpfs

curlftpfs

Mount

modprobe fuse
mkdir /mnt/ftp
curlftpfs ftp.yourserver.com /mnt/ftp/ -o user=username:password

Umount

fusermount -u /mnt/ftp
  • andere Benutzer auch erlauben auf den Ordner zuzugreifen:
curlftpfs ftp.yourserver.com /mnt/ftp/ -o user=username:password,allow_other
curlftpfs.txt · Zuletzt geändert: 2015/04/21 21:46 von admin