Qore SSH2 Module  1.3
Qore::SSH2::SFTPClient Member List

This is the complete list of members for Qore::SSH2::SFTPClient, including all inherited members.

chdir(string path, timeout timeout=60s)Qore::SSH2::SFTPClient
chmod(string path, int mode, timeout timeout=60s)Qore::SSH2::SFTPClient
clearStats()Qore::SSH2::SSH2Base
clearWarningQueue()Qore::SSH2::SSH2Base
connect(timeout timeout=1m)Qore::SSH2::SSH2Base
connected()Qore::SSH2::SSH2Base
constructor(string url, softint port=0)Qore::SSH2::SFTPClient
Qore::SSH2::SSH2Base::constructor()Qore::SSH2::SSH2Base
copy()Qore::SSH2::SFTPClient
disconnect(timeout timeout=1m)Qore::SSH2::SSH2Base
get(string remote_path, Qore::OutputStream os, timeout timeout=60s)Qore::SSH2::SFTPClient
getFile(string path, timeout timeout=60s)Qore::SSH2::SFTPClient
getTextFile(string path, timeout timeout=60s, *string encoding)Qore::SSH2::SFTPClient
getUsageInfo()Qore::SSH2::SSH2Base
info()Qore::SSH2::SFTPClient
list(*string path, timeout timeout=60s)Qore::SSH2::SFTPClient
listFull(*string path, timeout timeout=60s)Qore::SSH2::SFTPClient
mkdir(string path, int mode=0755, timeout timeout=60s)Qore::SSH2::SFTPClient
path()Qore::SSH2::SFTPClient
put(Qore::InputStream is, string remote_path, timeout timeout=60s, int mode=0644)Qore::SSH2::SFTPClient
putFile(binary bin, string path, int mode=0644, timeout timeout=60s)Qore::SSH2::SFTPClient
putFile(string data, string path, int mode=0644, timeout timeout=60s)Qore::SSH2::SFTPClient
removeFile(string path, timeout timeout=60s)Qore::SSH2::SFTPClient
rename(string old_name, string new_name, timeout timeout=60s)Qore::SSH2::SFTPClient
retrieveFile(string remote_path, string local_path, timeout timeout=60s, int mode=0644)Qore::SSH2::SFTPClient
rmdir(string path, timeout timeout=60s)Qore::SSH2::SFTPClient
setKeys(string priv_key, *string pub_key)Qore::SSH2::SSH2Base
setPassword(string pass)Qore::SSH2::SSH2Base
setUser(string user)Qore::SSH2::SSH2Base
setWarningQueue(int warning_ms, int warning_bs, Queue queue, any arg, timeout min_ms=1s)Qore::SSH2::SSH2Base
stat(string path, timeout timeout=60s)Qore::SSH2::SFTPClient
transferFile(string local_path, string remote_path, timeout timeout=60s, *int mode)Qore::SSH2::SFTPClient