Hi all,
I'm having a peculiar problem. I have VSFTPD working and everything works great on my local network! The only problem is that I can't get PASV mode to work over the WAN.
I have a ftp server with vsftpd. and if I do command ls always hang.
I have the following FTP client conversation:
variscite@variscite-desktop:~$ ftp 192.168.100.10
Connected to 192.168.100.10.
220 (vsFTPd 2.3.5)
Name (192.168.100.10:variscite): anonymous
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> get hello hello
local: hello remote: hello
200 PORT command successful.
I installed vsftpd and was in the process of configuring it.
i have an vsftpd setup , when i try to upload large number of files, a lot files failed with the timeout error,after sometime of analysis , i saw this patten as follow before every error, but i don't know what is the cause, can anyone throw some light on it?
Command: TYPE A
Response: 200 Switching to ASCII mode.
Command: PASV
Response: 227 Entering Passive Mode (50,16,204,201,4,7).
Com
I'm having troubles connecting to my ftp server.
Here's what it says,
Status: Connected Status:
Retrieving directory listing...
Command: PWD
Response: 257 "/home/sxxxn"
Command: TYPE I Response:
200 Switching to Binary mode.
I installed vsftpd and was in the process of configuring it.
When upgrading a media server to Karmic, vsftpd suddenly stopped working. The system was behind the router, and I had it set up to connect on a different port and use PASV. I had set up the router to forward all the necessary ports, and set up the vsftp config to only use that range. I knew this setup worked, because it was the same config since it's worked for years with Hardy.
Really strange that my FTP client receives a "500 OOPS: Syntax error, command unrecognized" when trying to upload a file to Vsftpd server after a LIST operation...