Qore SSH2 Module  0.9.7
 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)Qore::SSH2::SFTPClient
chmod(string path, int mode)Qore::SSH2::SFTPClient
connect(timeout timeout=-1)Qore::SSH2::SSH2Base
constructor(string url, softint port=0)Qore::SSH2::SFTPClient
Qore::SSH2::SSH2Base::constructor()Qore::SSH2::SSH2Base
copy()Qore::SSH2::SFTPClient
disconnect()Qore::SSH2::SSH2Base
getFile(string path)Qore::SSH2::SFTPClient
getTextFile(string path)Qore::SSH2::SFTPClient
info()Qore::SSH2::SFTPClient
list(*string path)Qore::SSH2::SFTPClient
mkdir(string path, int mode=0755)Qore::SSH2::SFTPClient
path()Qore::SSH2::SFTPClient
putFile(binary bin, string path, int mode=0644)Qore::SSH2::SFTPClient
putFile(string data, string path, int mode=0644)Qore::SSH2::SFTPClient
removeFile(string path)Qore::SSH2::SFTPClient
rename(string old_name, string new_name)Qore::SSH2::SFTPClient
rmdir(string path)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)Qore::SSH2::SFTPClient