I built FTP server by VSFTPD, on Raspberry pi, and Inside NAT. Surely set port-forwarding and, it perfectly functional when I connected by filezilla.
But, I can't execute LIST(dir) when I connected to FTP server by FTP Client.(Linux, CLI interface, I installed from apt-get install ftp)
ftp> passive
Passive mode on.
ftp> dir
227 Entering Passive Mode (192,168,11,23,86,13).
ftp: connect: Connection timed out
Using passive mode, I set vsftpd like below:
Listen port : 22025
Passive port : 22026~22030
(because I set port-forwarding range is 22020~22030)
What can I try something for this problem? I planned pushing files through FTP by shell script, but cannot complete without CLI FTP Client :(
Aucun commentaire:
Enregistrer un commentaire