Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.

Topic-icon Solved Command FTP put on FTPS Server

More
12 Feb 2015 11:12 #1 by NORAUTO_LESQUIN
NORAUTO_LESQUIN created the topic: Command FTP put on FTPS Server
Hello,

I try to send a file on FTPS Server.
I get this error:

javax.net.ssl.SSLException: 503 You must issue the PBSZ command prior to PROT
at org.apache.commons.net.ftp.FTPSClient.execPROT(FTPSClient.java:426)
at com.indy.engine.actionCodes.d.b.connect(SourceFile:285)
at com.indy.engine.actionCodes.FtpPutActionCodeI.executeSimpleCode(SourceFile:277)
at com.indy.engine.action.common.ActionCodeTypeI.executeCode(SourceFile:1608)
at com.indy.engine.action.common.ActionCodeTypeI.run(SourceFile:1767)
at java.lang.Thread.run(Unknown Source)

Someone have a solution to resolve this problem ?

Thansks
More
12 Feb 2015 14:39 - 16 Feb 2015 10:17 #2 by Nicolas Verscheure
Nicolas Verscheure replied the topic: Command FTP put on FTPS Server
Have you try the option "FTP Encrypt Channel Data" ?

www.stambia.org/index.php/kb/8-ftps-serv...oes-nothing-or-hangs
Last Edit: 16 Feb 2015 10:17 by Thomas BLETON. Reason: (edit: changed link url to reflect new article id)
More
12 Feb 2015 14:46 #3 by NORAUTO_LESQUIN
NORAUTO_LESQUIN replied the topic: Command FTP put on FTPS Server
Yes I use this option. You can see it in attach file.
Without this option, I got an other error.

Thanks
Attachments:
More
13 Feb 2015 14:56 #4 by NORAUTO_LESQUIN
NORAUTO_LESQUIN replied the topic: Command FTP put on FTPS Server
To resolve this problem, I add parameter "FTP_PROTECTION_BUFFER_SIZE" with value 0
More
13 Feb 2015 15:24 #5 by Thomas BLETON
Thomas BLETON replied the topic: Command FTP put on FTPS Server
Thanks for reporting the solution here, it will surely help :)
We will add this parameter to the Properties view of the FTP actions, in a future version.