[julia-users] SSH API in Julia

2014-06-20 Thread gael . mcdon
Hi, I'm starting to replace some of my Python with Julia for actual work (post-processing actually). My files are on a remote cluster with an HTTP proxy between us. With Python, I have to Popen ssh/sftp because Paramiko has a bug with proxies in Python 3. AFAIK, Julia is leveraging SSH for

[julia-users] SSH API in Julia

2014-06-20 Thread Jake Bolewski
Julia shells out for all ssh functionality. supporting libgit in base would bring in libssh so maybe this should be reconsidered in the future.