linux:mount:ftp
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:mount:ftp [2020/10/11 14:44] – created ms | linux:mount:ftp [2023/01/11 20:29] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ===== Linux Zugriff auf Netzlaufwerk ===== | ===== Linux Zugriff auf Netzlaufwerk ===== | ||
| + | === Nötige Packete === | ||
| + | < | ||
| + | apt-get install ftp curlftpfs openssh-client | ||
| + | </ | ||
| + | ==== FTP / FTPS-Netzlaufwerk mounten ==== | ||
| + | < | ||
| + | root> curlftpfs Benutzername: | ||
| + | root> curlftpfs Benutzername: | ||
| + | root> curlftpfs Benutzername: | ||
| + | </ | ||
| + | ==== FTP / FTPS-Netzlaufwerk un-mounten ==== | ||
| + | < | ||
| + | fusermount -u < | ||
| + | </ | ||
| + | ==== FTP / FTPS-Netzlaufwerk in /etc/fstab ==== | ||
| + | < | ||
| + | root> vi /etc/fstab | ||
| + | |||
| + | # sftp mount speedport manuell: | ||
| + | curlftpfs#< | ||
| + | </ | ||
| + | Oder als auto-mount mit systemd | ||
| + | < | ||
| + | root> vi /etc/fstab | ||
| + | |||
| + | # sftp mount speedport auto-mount mit systemd: | ||
| + | curlftpfs#< | ||
| + | </ | ||
| + | Bei Zugriff auf < | ||
| + | |||
| + | Zugangsdaten in / | ||
| + | < | ||
| + | root> vi / | ||
| + | |||
| + | machine < | ||
| + | login Benutzername | ||
| + | password Passwort | ||
| + | |||
| + | root> chmod 600 / | ||
| + | </ | ||
| + | fuse.conf anpassen (uncomment user_allow_other): | ||
| + | < | ||
| + | root> vi / | ||
| + | |||
| + | user_allow_other | ||
| + | </ | ||
linux/mount/ftp.1602420291.txt.gz · Last modified: 2023/01/11 20:30 (external edit)