Него пък въобще не сам го барал. Само го направих да е Standalone, а не през inetd.
# This is a basic ProFTPD configuration file.
# It establishes a single server and a single anonymous login.
# It assumes that you have a user/group "nobody" and "ftp"
# for normal/anonymous operation.
ServerName "Sin_Daemon's FTP Server"
ServerType standalone
#ServerType inetd
DefaultServer on
# Port 21 is the standard FTP port.
Port 21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022
# To prevent DoS attacks, set the maximum number of child processes
# to 30. If you need to allow more than 30 concurrent connections
# at once, simply increase this value. Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd)
MaxInstances 30
# Set the user and group that the server normally runs at.
RootLogin on
User nobody
Group nogroup
SystemLog /var/log/proftpd.log
TransferLog /var/log/xferlog
# Normally, we want files to be overwriteable.
<Directory /*>
AllowOverwrite on
</Directory>
# A basic anonymous FTP server configuration.
# To enable this, remove the user ftp from /etc/ftpusers.
<Anonymous ~ftp>
RequireValidShell off
User anonymous
Group ftp
# We want clients to be able to login with "anonymous" as well as "ftp"
UserAlias anonymous ftp
# Limit the maximum number of anonymous logins
MaxClients 50
# We want 'welcome.msg' displayed at login, and '.message' displayed
# in each newly chdired directory.
DisplayLogin welcome.msg
DisplayFirstChdir .message
# Limit WRITE everywhere in the anonymous chroot
<Limit WRITE>
AllowAll
</Limit>
# An upload directory that allows storing files but not retrieving
# or creating directories.
<Directory upload/*>
<Limit STOR>
AllowAll
</Limit>
</Directory>
</Anonymous>
Не знам дали има някакво зна4ение за ситуацията ама клиентската ми машина е с едногигабитова лан карта, а пък рутерчето е с 2 десятки. И между тях има 10 HUB.
Ето и лога от Filezillata:
Status: Connecting to 192.168.7.1 ...
Status: Connected with 192.168.7.1. Waiting for welcome message...
Response: 220 ProFTPD 1.2.2rc3 Server (Sin_Daemon's FTP Server) [Sharky.GsmService]
Command: USER root
Response: 331 Password required for root.
Command: PASS *****
Response: 230 User root logged in.
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 500 FEAT not understood.
Status: Connected
Status: Starting upload of c:\temp\CryptoflexPG_4-5.pdf
Command: PWD
Response: 257 "/root" is current directory.
Command: TYPE A
Response: 200 Type set to A.
Command: PASV
Response: 227 Entering Passive Mode (192,168,7,1,4,30).
Command: LIST
Response: 150 Opening ASCII mode data connection for file list
Response: 226 Transfer complete.
Command: TYPE I
Response: 200 Type set to I.
Command: PASV
Response: 227 Entering Passive Mode (192,168,7,1,4,31).
Command: APPE CryptoflexPG_4-5.pdf
Response: 451 CryptoflexPG_4-5.pdf: Append/Restart not permitted, try again.
Command: TYPE A
Response: 200 Type set to A.
Status: Upload successful
Status: Retrieving directory listing...
Command: TYPE A
Response: 200 Type set to A.
Command: PASV
Response: 227 Entering Passive Mode (192,168,7,1,4,32).
Command: LIST
Response: 150 Opening ASCII mode data connection for file list
Response: 226 Transfer complete.
Status: Directory listing successful
Command: TYPE I
Command: TYPE A
Response: 200 Type set to A.
Response: 200 Type set to I.
ето и скрииншота:
http://www.bgshare.com/files1/215780/screenshot.GIF