linux:mount:ftp
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:mount:ftp [2020/10/11 14:52] – ms | linux:mount:ftp [2023/01/11 20:29] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| apt-get install ftp curlftpfs openssh-client | apt-get install ftp curlftpfs openssh-client | ||
| </ | </ | ||
| - | ==== FTP/ | + | ==== FTP / FTPS-Netzlaufwerk mounten ==== |
| < | < | ||
| root> curlftpfs Benutzername: | root> curlftpfs Benutzername: | ||
| Line 19: | Line 19: | ||
| root> curlftpfs Benutzername: | root> curlftpfs Benutzername: | ||
| </ | </ | ||
| - | ==== FTP/ | + | ==== FTP / FTPS-Netzlaufwerk un-mounten ==== |
| < | < | ||
| fusermount -u < | 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.1602420769.txt.gz · Last modified: 2023/01/11 20:30 (external edit)