Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Stambia versions 2.x, 3.x, S17, S18, S19 and S20 are reaching End of Support January, 15th, 2024. Please consider upgrading to the supported Semarchy xDI versions. See Global Policy Support and the Semarchy Documentation.

The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…

Topic-icon Solved Command FTP put on FTPS Server

More
12 Feb 2015 11:12 #1 by NORAUTO_LESQUIN
Command FTP put on FTPS Server was created by NORAUTO_LESQUIN
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
Replied by Nicolas Verscheure on 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
Replied by NORAUTO_LESQUIN on 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
Replied by NORAUTO_LESQUIN on 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
Replied by Thomas BLETON on 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.