Ne7SftpSubsystem Member List
This is the complete list of members for
Ne7SftpSubsystem, including all inherited members.
APPEND enum value (defined in Ne7SftpSubsystem) | Ne7SftpSubsystem | |
cd(const char *remoteDir) | Ne7SftpSubsystem | |
chmod(const char *remoteFile, const char *mode) | Ne7SftpSubsystem | |
chown(const char *remoteFile, uint32_t uid, uint32_t gid=0) | Ne7SftpSubsystem | |
closeFile(uint32 fileID) | Ne7SftpSubsystem | |
errorNotInited() | Ne7SftpSubsystem | [private] |
get(const char *remoteFile, FILE *localFile) | Ne7SftpSubsystem | |
getFileAttrs(fileAttrs &attrs, const char *filename, bool followSymLinks=true) | Ne7SftpSubsystem | |
inited (defined in Ne7SftpSubsystem) | Ne7SftpSubsystem | [private] |
isDir(const char *remoteFile) | Ne7SftpSubsystem | |
isFile(const char *remoteFile) | Ne7SftpSubsystem | |
ls(const char *remoteDir, bool longNames=false) | Ne7SftpSubsystem | |
mkdir(const char *remoteDir) | Ne7SftpSubsystem | |
mv(const char *oldFile, const char *newFile) | Ne7SftpSubsystem | |
Ne7SftpSubsystem() | Ne7SftpSubsystem | |
Ne7SftpSubsystem(class Ne7sshSftp *_sftp) | Ne7SftpSubsystem | |
openDir(const char *dirname) | Ne7SftpSubsystem | |
openFile(const char *filename, uint8 mode) | Ne7SftpSubsystem | |
OVERWRITE enum value (defined in Ne7SftpSubsystem) | Ne7SftpSubsystem | |
put(FILE *localFile, const char *remoteFile) | Ne7SftpSubsystem | |
READ enum value (defined in Ne7SftpSubsystem) | Ne7SftpSubsystem | |
readFile(uint32 fileID, uint64 offset=0) | Ne7SftpSubsystem | |
rm(const char *remoteFile) | Ne7SftpSubsystem | |
rmdir(const char *remoteDir) | Ne7SftpSubsystem | |
setTimeout(uint32 _timeout) | Ne7SftpSubsystem | |
sftp (defined in Ne7SftpSubsystem) | Ne7SftpSubsystem | [private] |
writeFile(uint32 fileID, const uint8 *data, uint32 len, uint64 offset=0) | Ne7SftpSubsystem | |
writeMode enum name | Ne7SftpSubsystem | |
~Ne7SftpSubsystem() | Ne7SftpSubsystem | |