If you haven’t already manually tested logging in via SSH/SFTP then you might consider doing that to confirm the access is working before chasing your tail.
I’m on AIX and from the command prompt would do the following to test
I can connect from my windows client, but when we configure an outbound thread to drop the file on the remote server, we are not able to establish a connection.
The version of cloverleaf and before that we have 5.6 rev 2 does not sftp capability as a protocol but does have FTPS which is not the same thing.
Since you mentioned TCL curl I’m assuming you know you have to program/script the SFTP login and file movement until the day comes it is a protocol in your version of Cloverleaf.
I think later versions of cloverleaf have or will have SFTP as a protocol.
I wrote mine in TCL/Expect which I’ve been using for a while now and posted the TCL/Expect script SFTP/put source code at this URL:
How about just regular FTP? We have been attempting to configure interfaces using the ftp protocol and we get this error.
[fset:wrte:ERR /0: ftp:07/08/2011 09:39:03] Error while trying to write test.txt. Detailed error:Uploading to a URL without a file name! Curl errCode:3 Curl error: URL using bad/illegal format or missing URL
We have been using TCL curl for our HTTPS interfaces to payers that establishes SSL connections – no certificate exchanges – just creating the encrypted sessions. We had to start with CIS5.4.1 as the TclCurl was not available in prior releases. Also: the canned HTTPS query Tcl procs did not work as advertised. They do work since at least 5.6 for sure (tested them but preferred the Tcl Curl we have as we need to trap garbage coming back from one problematic payer and the canned stuff would dump those responses into the Error Database).
And, yes you need to buy a license for the Secure transfer stuff to work.
Currently we have run the Tcl Curl SSL successfully on Cloverleaf versions
5.4.1, 5.5, 5.6 + successfully.
Let me know if you would like more information.
I did do a presentation back in 2007 (Power Point) and would gladly share that file with anyone in this Forum.
Enjoy.
Author
Replies
Viewing 11 reply threads
The forum ‘Cloverleaf’ is closed to new topics and replies.