SFTPFile

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

asyncRead
int asyncRead(void[] buffer, uint id)

returns SFTPFile.ReadAgain in nonblocking mode

asyncReadBegin
uint asyncReadBegin(uint len)
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.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
fstat
void fstat(SFTPAttributes attrs)
Undocumented in source. Be warned that the author may not have intended to support it.
fstatVFS
SFTPStatVFS fstatVFS()
Undocumented in source. Be warned that the author may not have intended to support it.
read
size_t read(void[] buffer)

returns SFTPFile.ReadAgain in nonblocking mode

rewind
void rewind()
Undocumented in source. Be warned that the author may not have intended to support it.
seek
void seek(uint newOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
seek64
void seek64(ulong newOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
tell
uint tell()
Undocumented in source. Be warned that the author may not have intended to support it.
tell64
ulong tell64()
Undocumented in source. Be warned that the author may not have intended to support it.
write
size_t write(void[] buffer)

returns SFTPFile.WriteAgain in nonblocking mode

Manifest constants

ReadAgain
enum ReadAgain;
Undocumented in source.
WriteAgain
enum WriteAgain;
Undocumented in source.

Properties

blocking
bool blocking [@property setter]
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