Hi !

I'm facing problems with file upload under admin account. It is
happens when I'm using FAR  ftp client. I can delete a file, can
overwrite, but cannot upload if there is no file with such name.
Output from ethereal :
--------------ethereal------------------
220 Service ready for new user.

USER admin

331 User name okay, need password for admin.

PASS admin

230 User logged in, proceed.

SYST

215 UNIX Type: Apache FTP Server

PWD

257 "/" is current directory.

REST 0

350 Restarting at 0. Send STORE or RETRIEVE to initiate transfer.

PORT 192,168,3,42,8,11

200 Command PORT okay.

LIST -la

150 File status okay; about to open data connection.

226 Closing data connection.

PORT 192,168,3,42,8,12

200 Command PORT okay.

LIST -la /file.txt

150 File status okay; about to open data connection.

501 Syntax error in parameters or arguments.

226 Closing data connection.

SIZE /file.txt

550 /file.txt: No such file or directory.

TYPE I

200 Command TYPE okay.
--------------ethereal------------------

FTP client is FAR manager FTP client. Other servers are working OK.
But when upload file using ftp command all is OK (ethereal output) :
--------------ethereal------------------
220 Service ready for new user.

USER admin

331 User name okay, need password for admin.

PASS admin

230 User logged in, proceed.

PORT 192,168,3,42,8,59

200 Command PORT okay.

LIST

150 File status okay; about to open data connection.

226 Closing data connection.

PORT 192,168,3,42,8,60

200 Command PORT okay.

STOR ftpserver-dev.jar

150 File status okay; about to open data connection.

226 Transfer complete.

QUIT

221 Goodbye.
--------------ethereal------------------

But ! The size of original file is 298,470 bytes, uploaded 300,046
bytes. Configuration of server is default - server started with
ftpd.bat.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to