Upload failed : Transfer failed

Upload core product.
Post Reply
n8isjack
Posts: 1
Joined: Sat Sep 25, 2010 11:02 pm

Upload failed : Transfer failed

Post by n8isjack »

Here is my readout from the JFileUpload tool:

*******************************************************************************
Connecting ...
< 220 EscrowTech FTP Server ready.
> AUTH TLS
< 234 AUTH TLS successful
> USER *******
< 331 Password required for webftp
> PASS *******
< 230 User ******* logged in
Uploading : AccessCustomersEmail - Copy (15).txt
(8,255,588 bytes)
Upload started ...> TYPE I
< 200 Type set to I
> PASV
< 227 Entering Passive Mode (65,121,69,51,195,83).
> STOR AccessCustomersEmail - Copy (15).txt
< 550 SSL/TLS required on the data channel
> PASV
< 227 Entering Passive Mode (65,121,69,51,195,165).
> STOR AccessCustomersEmail - Copy (15).txt.1285455517651
< 550 SSL/TLS required on the data channel
Upload failed : Transfer failed
**********************************************************************************

I have tried upgrading my weakssl.jar to the latest version. I am upgrading from a still functioning JFileUpload tool which is working fine on this same server. Here are my parameters:

********************************************************************************************
document.write('<EMBED ');
document.write('type="application/x-java-applet;version=1.4" ');
document.write('CODE="jfileupload.upload.client.MApplet.class" ');
document.write('JAVA_CODEBASE="./" ');
document.write('ARCHIVE="lib/2.0/jfileupload.jar,lib/2.0/ftpimpl.jar,lib/2.0/cnet.jar,lib/2.0/clogging.jar,lib/2.0/weakssl.jar" ');
document.write('NAME="fileupload" ');
document.write('WIDTH="590" ');
document.write('HEIGHT="250" ');
document.write('url="ftps://***************/" ');
document.writeln('post="https://**************.com/**************" ');
document.writeln('postparameters="long" ');
document.write('param1="weakssl" ');
document.write('value1="dummy" ');
document.write('param2="username" ');
document.write('value2="*********" ');
document.write('param3="password" ');
document.write('value3="*********" ');
document.write('param4="ftpsmode" ');
document.write('value4="auth_tls" ');
document.write('param5="pasv" ');
document.write('value5="true" ');
document.write('param6="remoteverification" ');
document.write('value6="false" ');
document.write('resources="lib/2.0/i18n" ');
document.write('mode="ftp" ');
document.write('scriptable=true ');
***************************************************************
Can someone tell me what to make of that message?!?

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

Re: Upload failed : Transfer failed

Post by support »

You should try ftpsprot extra parameter:
This advanced parameter allows to disable/enable channel protection on FTPS transfer. Values could be :
prot_p : Protection channel enabled.
prot_c : Protection channel not enabled.
Default value is prot_p when FTPS is enabled.

<PARAM NAME="param7" VALUE="ftpsprot">
<PARAM NAME="value7" VALUE="prot_p">

Does it help?

Post Reply