Sziasztok.
curlftpfs#username:password@ftpipcime /mnt/idemuntold fuse auto,user,uid=1000,allow_other,_netdev 0 0
Kísérletet tettem azzal is, hogy így adtam meg a végét:
fuse rw,allow_other,user,noauto 0 0
(ebben ott az rw is)
Ezt próbáltam beírni az fstabba. Sikerült is a mount, majd megkíséreltem feltölteni néhány dolgot. Könyvtárat sem hoz létre, fájlt már igen, de mérete nulla.
Nem értem.
Itt olvastam a receptet:
https://wiki.archlinux.org/index.php/CurlFtpFS
Szóval írni és olvasni is szeretnék az ftp-men, ezzel nem megy. Mit rontottam vagy felejtettem el?
Megjegyzés:
A curlftpfs-t forrásból telepítettem, friss, mint a hajnali kenyér (de szép mondat!)
- 606 megtekintés
Hozzászólások
# lsmod | grep fuse
fuse 76168 5
Szóval ez is él
- A hozzászóláshoz be kell jelentkezni
friss, mint a hajnali kenyér
Utolsó kiadás több, mint 10 éves.
Tudom, nem vigasztal, de nekem FreeBSD-n sokszor még csatolni sem sikerül, nemhogy feltöltögetni. A normál ftp
parancs illetve az mc
FTP-csatlakozása viszont szépen megy.
- A hozzászóláshoz be kell jelentkezni
hmm.
az mc-nél elfelejtettem hogyan kell ftp-re csatlakozni
- A hozzászóláshoz be kell jelentkezni
De gondolom, megtaláltad a menüben :)
- A hozzászóláshoz be kell jelentkezni
már egész fiatalon.
Csak azt felejtettem el, hogyan írjam be oda a felcsatlakozáshoz azt, amit kell.
Egyre keményebben felejtek, hiába írom fel a dolgokat,akkor meg azt felejtem el, hova írtam.
- A hozzászóláshoz be kell jelentkezni
Az F1 gomb is csodákra képes :) De sikerült?
- A hozzászóláshoz be kell jelentkezni
nem.
Nálam az F1 gomb azóta hiányzik, mióta legelőször megőrültem az egyik termináltól, amikor kéretlenül böngészőben megnyitott egy helpet. Screen is csak ctrl-F2-től van...
- A hozzászóláshoz be kell jelentkezni
man mc -> FTP File System
The FTP File System (ftpfs) allows you to manipulate files on remote machines. To actually use it, you can use the FTP link item in the menu or directly change your current directory using the cd command to a path name that looks like this:
/#ftp:[!][user[:pass]@]machine[:port][remote-dir]
The user, port and remote-dir elements are optional. If you specify the user element, the Midnight Commander will login to the remote machine as that user, otherwise it will use anonymous login or the login name from the ~/.netrc file. The optional pass element is the password used for the connection. Using the password in the VFS directory name is not recommended, because it can appear on the screen in clear text and can be saved to the directory history.
To enable using FTP proxy, prepend ! (an exclamation sign) to the hostname.
Examples:
/#ftp:ftp.nuclecu.unam.mx/linux/local
/#ftp:tsx-11.mit.edu/pub/linux/packages
/#ftp:!behind.firewall.edu/pub
/#ftp:guest@remote-host.com:40/pub
/#ftp:miguel:xxx@server/pub
- A hozzászóláshoz be kell jelentkezni