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:57] – 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/ | + | ==== FTP / FTPS-Netzlaufwerk in /etc/fstab ==== |
< | < | ||
root> vi /etc/fstab | root> vi /etc/fstab | ||
- | # sftp mount speedport | + | # sftp mount speedport |
- | curlftpfs#< | + | curlftpfs#< |
</ | </ | ||
+ | Oder als auto-mount mit systemd | ||
+ | < | ||
+ | root> vi /etc/fstab | ||
+ | |||
+ | # sftp mount speedport auto-mount mit systemd: | ||
+ | curlftpfs#< | ||
+ | </ | ||
+ | Bei Zugriff auf < | ||
+ | |||
Zugangsdaten in / | Zugangsdaten in / | ||
< | < | ||
Line 37: | Line 46: | ||
login Benutzername | login Benutzername | ||
password Passwort | password Passwort | ||
+ | |||
+ | root> chmod 600 / | ||
+ | </ | ||
+ | fuse.conf anpassen (uncomment user_allow_other): | ||
< | < | ||
+ | root> vi / | ||
+ | |||
+ | user_allow_other | ||
+ | </ | ||
+ |
linux/mount/ftp.1602421075.txt.gz · Last modified: 2023/01/11 20:30 (external edit)