Page 1 of 1

FTPs Upload Fails

Posted: Wed Jun 01, 2011 12:25 pm
by niravim
Hi,

Here is the java output console.
I am using normal ftps:// .. Here it is

Code: Select all

[INFO] E - Connected to ftps://megatron
[INFO] E - 234 AUTH command ok. Expecting TLS Negotiation.

[INFO] E - PASV enabled
[INFO] FTPUploadTransfer - Upload started : C:\Users\Nirav\Desktop\Test Media\niceday_jfile_2305.wmv
[ERROR] FTPUploadTransfer - jfileupload.transfer.client.core.A: Transfer failed
[INFO] FTPUploadTransfer - Upload failed
[INFO] E - Disconnected from ftps://megatron
[INFO] E - Connected to ftps://megatron
Not sure what is breaking the upload. The same settings work great in normal ftp:// mode.
I would appreciate an immediate help. If this works well, we are planning to buy out the enterprise edition..

Thanks,

Re: FTPs Upload Fails

Posted: Thu Jun 02, 2011 7:09 pm
by support
Try to play with 'ftpsprot' extra parameter:

<PARAM NAME="param6" VALUE="ftpsprot">
<PARAM NAME="value6" VALUE="prot_p">

You can also try with prot_c to see if you have a different behavior.

http://www.jfileupload.com/products/jfi ... n_ftp.html