I am working on paramiko sftp. Is there any function similar to the ftplib
retrbinary
function in paramiko?
My project already supports ftp and there data is stored in memory using cStringIO
and then retrbinary
and storebinary
are used for accessing it. I have to do the same with sftp using paramiko but it does not support these functions.