Qore SSH2 Module  0.9.9
 All Classes Namespaces Functions
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
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
getFile(string path, timeout timeout=60s)Qore::SSH2::SFTPClient
getTextFile(string path, timeout timeout=60s, *string encoding)Qore::SSH2::SFTPClient
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
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
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
stat(string path, timeout timeout=60s)Qore::SSH2::SFTPClient