Rank: 19490 based on 0 downloads (last 30 days) and 0 file submitted
photo

Jon Douglass

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Jon View all
Updated File Comments Rating
10 Jul 2012 SSH/SFTP/SCP For Matlab (v2) Improved Matlab interface for SSH2/SFTP/SCP (supports public key) using the Ganymed-SSH2 javalib. Author: David Freedman

Nitay and Danilo are correct. I just upgraded to R2012a and now my previous fix doesn't work whereas it did on R2008b.

Danilo's fix should work for all cases...

03 Apr 2012 SSH/SFTP/SCP For Matlab (v2) Improved Matlab interface for SSH2/SFTP/SCP (supports public key) using the Ganymed-SSH2 javalib. Author: David Freedman

One of the functions in this package has an error:
ssh2_setup.m
line 217:
for jcp_index = 1:size(jcp,1)

should be:
for jcp_index = 1:size(jcp,2)

Contact us