SSHSCP

Undocumented in source.

Constructors

this
this(SSHSession parent, ssh_scp scp)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

acceptRequest
void acceptRequest()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
denyRequest
void denyRequest(string reason)
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.
init
void init()
Undocumented in source. Be warned that the author may not have intended to support it.
leaveDirectory
void leaveDirectory()
Undocumented in source. Be warned that the author may not have intended to support it.
pullRequest
SCPRequest pullRequest()
Undocumented in source. Be warned that the author may not have intended to support it.
pushDirectory
void pushDirectory(string dirName, int mode)
Undocumented in source. Be warned that the author may not have intended to support it.
pushFile
void pushFile(string fileName, size_t size, uint mode)
Undocumented in source. Be warned that the author may not have intended to support it.
pushFile64
void pushFile64(string fileName, ulong size, uint mode)
Undocumented in source. Be warned that the author may not have intended to support it.
read
int read(void[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(void[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

requestFilename
string requestFilename [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
requestPermissions
uint requestPermissions [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
requestSize
size_t requestSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
requestSize64
ulong requestSize64 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
requestWarning
string requestWarning [@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