when uploading a file, first I get errors and finally works

Need help with FileZilla Server? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
fabianus
504 Command not implemented
Posts: 11
Joined: 2006-05-21 10:27

when uploading a file, first I get errors and finally works

#1 Post by fabianus » 2006-07-10 05:45

Hello guys,

When I try to copy a file on the server, I get first some errors, but finally it works out. Does anybody understand why I get those errors? I did not change anything in FZ settings and before this did not happen.

Here are the logs :

[07:37:33] SmartFTP v2.0.996.32
[07:37:33] Resolving host name "ftp.mydomain.net"
[07:37:33] Connecting to 8.99.99.19 Port: 21
[07:37:33] Connected to ftp.mydomain.net.
[07:37:34] 220 ----
[07:37:34] AUTH TLS
[07:37:35] 234 Using authentication type TLS
[07:37:35] Connected. Exchanging encryption keys...
[07:37:36] Session Cipher: 128 bit RC4
[07:37:36] TLS encrypted session established.
[07:37:36] PBSZ 0
[07:37:37] 200 PBSZ=0
[07:37:37] USER myuser
[07:37:38] 331 Password required for myuser
[07:37:38] PASS (hidden)
[07:37:39] 230 Logged on
[07:37:39] SYST
[07:37:39] 215 UNIX emulated by FileZilla
[07:37:39] FEAT
[07:37:40] 211-Features:
[07:37:40] MDTM
[07:37:40] REST STREAM
[07:37:40] SIZE
[07:37:40] MLST type*;size*;modify*;
[07:37:40] AUTH SSL
[07:37:40] AUTH TLS
[07:37:40] UTF8
[07:37:40] CLNT
[07:37:40] 211 End
[07:37:40] CLNT SmartFTP 2.0.996
[07:37:41] 200 Don't care
[07:37:41] OPTS UTF8 ON
[07:37:42] 200 UTF8 mode enabled
[07:37:42] PWD
[07:37:43] 257 "/" is current directory.
[07:37:43] TYPE A
[07:37:44] 200 Type set to A
[07:37:44] PROT P
[07:37:45] 200 Protection level set to P
[07:37:45] PASV
[07:37:45] 227 Entering Passive Mode (8,99,99,19,4,1)
[07:37:45] Opening data connection to 8.99.99.19 Port: 1025
[07:37:45] MLSD
[07:37:46] Connected. Exchanging encryption keys...
[07:37:47] 150 Connection accepted
[07:37:48] Session Cipher: 128 bit RC4
[07:37:48] TLS encrypted session established.
[07:37:48] 226 Transfer OK
[07:37:48] 941 bytes transferred. (562 bytes/s) (00:00:01)
[07:38:18] Remote file exist check: "changes.txt".
[07:38:18] TYPE I
[07:38:19] 200 Type set to I
[07:38:19] SIZE changes.txt
[07:38:20] 550 File not found
[07:38:20] File size check (SIZE) failed. File not found or permission denied.
[07:38:20] PASV
[07:38:20] 421 Can't create socket
[07:38:20] MDTM 20060620105951 changes.txt
[07:38:21] 550 File not found
[07:38:21] Transfer failed.
[07:38:21] TYPE A
[07:38:22] 200 Type set to A
[07:38:22] PASV
[07:38:23] 421 Can't create socket
[07:38:34] PASV
[07:38:34] 227 Entering Passive Mode (8,99,99,19,4,9)
[07:38:34] Opening data connection to 8.99.99.19 Port: 1033
[07:38:34] MLSD
[07:38:36] Connected. Exchanging encryption keys...
[07:38:36] 150 Connection accepted
[07:38:37] Session Cipher: 128 bit RC4
[07:38:37] TLS encrypted session established.
[07:38:37] 226 Transfer OK
[07:38:37] 941 bytes transferred. (425 bytes/s) (00:00:02)
[07:38:41] Remote file exist check: "changes.txt".
[07:38:41] TYPE I
[07:38:42] 200 Type set to I
[07:38:42] SIZE changes.txt
[07:38:43] 550 File not found
[07:38:43] File size check (SIZE) failed. File not found or permission denied.
[07:38:43] PASV
[07:38:44] 227 Entering Passive Mode (8,99,99,19,4,10)
[07:38:44] Opening data connection to 8.99.99.19 Port: 1034
[07:38:44] STOR changes.txt
[07:38:45] Connected. Exchanging encryption keys...
[07:38:46] 150 Connection accepted
[07:38:47] Session Cipher: 128 bit RC4
[07:38:47] TLS encrypted session established.
[07:38:48] 234 bytes transferred. (75 bytes/s) (00:00:03)
[07:38:48] 426 Connection closed; transfer aborted.
[07:38:48] MDTM 20060620105951 changes.txt
[07:38:49] 550 File not found
[07:38:49] Transfer failed.
[07:38:49] TYPE A
[07:38:50] 200 Type set to A
[07:38:50] PASV
[07:38:51] 227 Entering Passive Mode (8,99,99,19,4,11)
[07:38:51] Opening data connection to 8.99.99.19 Port: 1035
[07:38:51] MLSD
[07:38:52] Connected. Exchanging encryption keys...
[07:38:52] 150 Connection accepted
[07:38:53] Session Cipher: 128 bit RC4
[07:38:53] TLS encrypted session established.
[07:38:53] 226 Transfer OK
[07:38:53] 996 bytes transferred. (571 bytes/s) (00:00:01)


Thank you very much for any help!

Regards,
Fabian

Post Reply