sftp Sikuli

Asked by Stephan

Hi,

I'm new in Sikuli and was wondering if there is a way to implement an sftp client using sikuli syntax or may be jython...
I hav'nt been that lucky searching on the internet for some solutions; just found some python and java modules (j2ssh, chilkat). Any hint?

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

I would recommend using the Java sshtools:
http://sourceforge.net/projects/sshtools/

the Python modules might all be based on C-language, that cannot be used in Jython environments.

Information on how to use Java classes in Jython:
http://jythonpodcast.hostjava.net/jythonbook/en/1.0/JythonAndJavaIntegration.html#chapter-10-jython-and-java-integration

Revision history for this message
Stephan (kannelon) said :
#2

Thanks,
this solved my problem.
Regards

Revision history for this message
Stephan (kannelon) said :
#3

Thanks RaiMan, that solved my question.