
April 25th, 2012, 10:56 AM
|
|
Registered User
|
|
Join Date: Apr 2012
Posts: 1
Time spent in forums: 7 m 12 sec
Reputation Power: 0
|
|
|
Random people connecting to server?
I have a Filezilla private FTP server and am using it to transfer files with one other person. Lately I have been getting this:
Code:
(000022)4/24/2012 21:03:10 PM - (not logged in) (82.212.73.3)> Connected, sending welcome message...
(000022)4/24/2012 21:03:10 PM - (not logged in) (82.212.73.3)> 220-FileZilla Server version 0.9.41 beta
(000022)4/24/2012 21:03:10 PM - (not logged in) (82.212.73.3)> 220-written by Tim Kosse (Tim.Kosse@gmx.de)
(000022)4/24/2012 21:03:10 PM - (not logged in) (82.212.73.3)> 220 Please visit http://sourceforge.net/projects/filezilla/
(000022)4/24/2012 21:03:11 PM - (not logged in) (82.212.73.3)> EHLO [82.212.73.3]
(000022)4/24/2012 21:03:11 PM - (not logged in) (82.212.73.3)> 500 Syntax error, command unrecognized.
(000022)4/24/2012 21:03:11 PM - (not logged in) (82.212.73.3)> HELO [82.212.73.3]
(000022)4/24/2012 21:03:11 PM - (not logged in) (82.212.73.3)> 500 Syntax error, command unrecognized.
(000022)4/24/2012 21:03:12 PM - (not logged in) (82.212.73.3)> AUTH LOGIN
(000022)4/24/2012 21:03:12 PM - (not logged in) (82.212.73.3)> 504 Auth type not supported
(000022)4/24/2012 21:04:10 PM - (not logged in) (82.212.73.3)> 421 Login time exceeded. Closing control connection.
(000022)4/24/2012 21:04:10 PM - (not logged in) (82.212.73.3)> disconnected.
And then a reconnect under a diff IP and the same commands issued. How can I prevent this from happening and only allow authorized users?
|