Hello everyone.
I created a small FTP server in my Ubuntu 12.04LTS machine.
For that I used GADMIN-PROFTPD 0.4.2
Note: Presently I am using my internal IP address for the FTP Server.
Whenever I try to connect to the FTP server I get the following:
Why does that happen?
How can I fix that?
This happens if I use Filezilla in:
-the local machine that hosts the FTP Server (equipped with Ubuntu 12.04).
-a different machine (equipped with MS Windows 7).
1) If I try to connect using Linux's terminal "ftp" command, I can list, upload and download files successfully.
2) If I try to connect using Windows terminal "ftp" command, I can list, upload and download files successfully also.
The Windows OS is installed on a different machine (but on the same network).
How can I fix this?
Thank you.
I created a small FTP server in my Ubuntu 12.04LTS machine.
For that I used GADMIN-PROFTPD 0.4.2
Note: Presently I am using my internal IP address for the FTP Server.
Whenever I try to connect to the FTP server I get the following:
Code:
18:02:17 Status: Connecting to 10.1.11.47:21...
18:02:17 Status: Connection established, waiting for welcome message...
18:02:17 Response: 220 FTP-Server
18:02:17 Command: USER user1
18:02:17 Response: 331 Password required for user1
18:02:17 Command: PASS ********
18:02:17 Response: 230-Welcome to "FTP-Server" user1
18:02:17 Response:
18:02:17 Response: You are user 1 out of a maximum of 5 authorized logins.
18:02:17 Response: Current time is Tue Oct 30 18:02:17 2012.
18:02:17 Response: The administrator can be reached here: email@email.com
18:02:17 Response:
18:02:17 Response: Statistics since: Mon Oct 01 15:54:02 2012
18:02:17 Response:
18:02:17 Response: Top 10 Uploaders:
18:02:17 Response: _________________
18:02:17 Response:
18:02:17 Response: Top 10 Downloaders:
18:02:17 Response: ___________________
18:02:17 Response:
18:02:17 Response:
18:02:17 Response: Generated on Mon Oct 1 18:40:48 WEST 2012
18:02:17 Response:
18:02:17 Response: 230 Anonymous access granted, restrictions apply
18:02:17 Command: OPTS UTF8 ON
18:02:17 Response: 200 UTF8 set to on
18:02:17 Status: Connected
18:02:17 Status: Retrieving directory listing...
18:02:17 Command: PWD
18:02:17 Response: 257 "/" is the current directory
18:02:17 Command: TYPE I
18:02:17 Response: 200 Type set to I
18:02:17 Command: PASV
18:02:17 Response: 227 Entering Passive Mode (10,1,11,47,223,44).
18:02:17 Command: MLSD
18:02:17 Error: Could not read from transfer socket: ECONNRESET - Connection reset by peer
18:02:17 Error: Connection closed by server
18:02:17 Error: Failed to retrieve directory listing
18:02:17 Status: Connection established, waiting for welcome message...
18:02:17 Response: 220 FTP-Server
18:02:17 Command: USER user1
18:02:17 Response: 331 Password required for user1
18:02:17 Command: PASS ********
18:02:17 Response: 230-Welcome to "FTP-Server" user1
18:02:17 Response:
18:02:17 Response: You are user 1 out of a maximum of 5 authorized logins.
18:02:17 Response: Current time is Tue Oct 30 18:02:17 2012.
18:02:17 Response: The administrator can be reached here: email@email.com
18:02:17 Response:
18:02:17 Response: Statistics since: Mon Oct 01 15:54:02 2012
18:02:17 Response:
18:02:17 Response: Top 10 Uploaders:
18:02:17 Response: _________________
18:02:17 Response:
18:02:17 Response: Top 10 Downloaders:
18:02:17 Response: ___________________
18:02:17 Response:
18:02:17 Response:
18:02:17 Response: Generated on Mon Oct 1 18:40:48 WEST 2012
18:02:17 Response:
18:02:17 Response: 230 Anonymous access granted, restrictions apply
18:02:17 Command: OPTS UTF8 ON
18:02:17 Response: 200 UTF8 set to on
18:02:17 Status: Connected
18:02:17 Status: Retrieving directory listing...
18:02:17 Command: PWD
18:02:17 Response: 257 "/" is the current directory
18:02:17 Command: TYPE I
18:02:17 Response: 200 Type set to I
18:02:17 Command: PASV
18:02:17 Response: 227 Entering Passive Mode (10,1,11,47,223,44).
18:02:17 Command: MLSD
18:02:17 Error: Could not read from transfer socket: ECONNRESET - Connection reset by peer
18:02:17 Error: Connection closed by server
18:02:17 Error: Failed to retrieve directory listing
Why does that happen?
How can I fix that?
This happens if I use Filezilla in:
-the local machine that hosts the FTP Server (equipped with Ubuntu 12.04).
-a different machine (equipped with MS Windows 7).
1) If I try to connect using Linux's terminal "ftp" command, I can list, upload and download files successfully.
2) If I try to connect using Windows terminal "ftp" command, I can list, upload and download files successfully also.
The Windows OS is installed on a different machine (but on the same network).
How can I fix this?
Thank you.