On 9/09/2013 1:13 p.m., Sree Sirugudi wrote:
Dear Squid-users,
We are currently using Squid 2.7.STABLE8 and we have a requirement
where we use IBM WebSphere Message broker version 8.0.1 ( ESB
component) to do file transfers using IBM Inbuilt nodes such as”
FileInput” and “FileOutput”. These nodes does have a SFTP option and
we are trying to use the SFTP option on the “FileOutput” node on IBM
message broker to send files via SQUID proxy to destination. According
to IBM , these Inbuilt nodes are using JSCH for SFTP service. We are
currently struggling to understand whether SQUID 2.7 support
“SFTPService.JSCH” or not?
Squid does not support SFTP specifically. So the question become does
SFTPService.JSCH support transport over HTTP (ie vi CONNECT or other
methods)?
If it does not then there is nothing that can be done.
Amos