FTPs Upload Fails

Upload core product.
Post Reply
niravim
Posts: 1
Joined: Wed Jun 01, 2011 12:21 pm

FTPs Upload Fails

Post 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,

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: FTPs Upload Fails

Post 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

Post Reply