Posso accedere al mio server FTP bene dalla riga di comando ma non riesco ad accedervi dal Finder. Quando sono in Finder e "Connetti al server" e invio ftp://192.168.125.128/
, quindi le mie credenziali quando richiesto, mi dà l'errore:
There was a problem connecting to the server "192.168.125.128".
The share does not exist on the server. Please check the share name, and then try again.
Posso comunque collegarmi anonimamente bene, il che è frustrante, perché come affermato in precedenza, sono in grado di accedere correttamente e navigare dalla riga di comando usando le mie credenziali.
ftp 192.168.125.128
Connected to 192.168.125.128.
220 (vsFTPd 2.3.5)
Name (192.168.125.128:name):
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
229 Entering Extended Passive Mode (|||26727|).
150 Here comes the directory listing.
drwxrwxr-x 3 1000 1000 4096 Dec 12 14:38 yadayada
C'è qualcos'altro che devo fare con Finder?
ftp://username:password@192.168.125.128
?