FTPS issue on STOR of file

Core FTP Server questions and answers
Post Reply
neonrazor
Posts: 1
Joined: Thu Jan 28, 2010 11:28 am

FTPS issue on STOR of file

Post by neonrazor »

Hi,

I am using the zehon library for my Java client to upload a file, connection and listing of files is ok but when I come to stor a file I get the following error code.

Can somebody fill me in on what the error code -3 means and any hints on how to get round it.

Thanks

(excerpt below of the Core FTP server logging)

[20100128 10:01:22] Unknown (RC4/MD5) - 128 bits
[20100128 10:01:22] [10.0.5.50] connected
[20100128 10:01:22] [10.0.5.50] PBSZ 0 success
[20100128 10:01:22] [10.0.5.50] PROT P success
[20100128 10:01:22] [] USER success
[20100128 10:01:22] [] PASS ********* success
[20100128 10:01:22] [] MODE S success
[20100128 10:01:22] [] TYPE I success
[20100128 10:01:22] [] PASV success
[20100128 10:01:23] STOR failed, error -3
[20100128 10:01:23] [] STOR /temp/test.txt failed
[20100128 10:01:23] [10.0.5.50] disconnected
Post Reply