SFTPSession

Undocumented in source.

Constructors

this
this(SSHSession parent, sftp_session sftpSession)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

canonicalizePath
string canonicalizePath(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
chmod
void chmod(string file, uint mode)
Undocumented in source. Be warned that the author may not have intended to support it.
chown
void chown(string file, uint uid, uint gid)
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
getExtensionData
string getExtensionData(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
getExtensionName
string getExtensionName(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
isExtensionSupported
bool isExtensionSupported(string name, string data)
Undocumented in source. Be warned that the author may not have intended to support it.
lstat
void lstat(string path, SFTPAttributes attrs)
Undocumented in source. Be warned that the author may not have intended to support it.
mkdir
void mkdir(string dir, uint mode)
Undocumented in source. Be warned that the author may not have intended to support it.
open
SFTPFile open(string file, int accessType, uint mode)
Undocumented in source. Be warned that the author may not have intended to support it.
openDir
SFTPDirectory openDir(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
readlink
string readlink(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
rename
void rename(string original, string newName)
Undocumented in source. Be warned that the author may not have intended to support it.
rmdir
void rmdir(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
serverInit
void serverInit()
Undocumented in source. Be warned that the author may not have intended to support it.
setStat
void setStat(string path, SFTPAttributes attrs)
Undocumented in source. Be warned that the author may not have intended to support it.
stat
void stat(string path, SFTPAttributes attrs)
Undocumented in source. Be warned that the author may not have intended to support it.
statVFS
SFTPStatVFS statVFS(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
symlink
void symlink(string target, string dest)
Undocumented in source. Be warned that the author may not have intended to support it.
unlink
void unlink(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
utimes
TimesValue utimes(string file)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

extensionsCount
uint extensionsCount [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
serverVersion
int serverVersion [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Disposable

dispose
void dispose()
Undocumented in source.

Meta