|
PTLib
Version 2.14.3
|
This is the complete list of members for PFTPClient, including all inherited members.
| ABOR enum value | PFTP | |
| AbortCommandString() | PChannel | |
| Accept(PSocket &listener) | PInternetProtocol | virtual |
| AccessDenied enum value | PChannel | |
| ACCT enum value | PFTP | |
| ALLO enum value | PFTP | |
| APPE enum value | PFTP | |
| ASCII enum value | PFTP | |
| AsyncNotifier typedef | PChannel | |
| BadParameter enum value | PChannel | |
| BufferTooSmall enum value | PChannel | |
| CDUP enum value | PFTP | |
| ChangeDirectory(const PString &dirPath) | PFTPClient | |
| channelName | PChannel | protected |
| channelPointerMutex | PIndirectChannel | protected |
| Class() | PObject | inlinestatic |
| Clone() const | PObject | virtual |
| CloneAs() const | PObject | inline |
| Close() | PFTPClient | virtual |
| commandNames | PInternetProtocol | protected |
| Commands enum name | PFTP | |
| Compare(const PObject &obj) const | PIndirectChannel | virtual |
| CompareObjectMemoryDirect(const PObject &obj) const | PObject | virtual |
| Comparison enum name | PObject | |
| Connect(const PString &address, WORD port=0) | PInternetProtocol | virtual |
| Connect(const PString &address, const PString &service) | PInternetProtocol | virtual |
| ConvertOSError(P_INT_PTR libcReturnValue, ErrorGroup group=LastGeneralError) | PChannel | protectedvirtual |
| CreateDirectory(const PString &path) | PFTPClient | |
| CWD enum value | PFTP | |
| DataChannelType enum name | PFTP | |
| DefaultPort enum value | PFTP | |
| defaultServiceName | PInternetProtocol | protected |
| DELE enum value | PFTP | |
| Detach(ShutdownValue option=ShutdownReadAndWrite) | PIndirectChannel | |
| DetailedNames enum value | PFTP | |
| DeviceInUse enum value | PChannel | |
| DiskFull enum value | PChannel | |
| DontStuff enum value | PInternetProtocol | protected |
| EBCDIC enum value | PFTP | |
| EqualTo enum value | PObject | |
| ErrorGroup enum name | PChannel | |
| Errors enum name | PChannel | |
| ExecuteCommand(PINDEX cmdNumber) | PInternetProtocol | virtual |
| ExecuteCommand(PINDEX cmdNumber, const PString ¶m) | PInternetProtocol | virtual |
| FDOpen(const char *mode) | PChannel | |
| FileExists enum value | PChannel | |
| FlowControl(const void *flowData) | PChannel | virtual |
| GetBaseReadChannel() const | PIndirectChannel | virtual |
| GetBaseWriteChannel() const | PIndirectChannel | virtual |
| GetClass(unsigned ancestor=0) const | PObject | inlinevirtual |
| GetCurrentDirectory() | PFTPClient | |
| GetDefaultService() const | PInternetProtocol | |
| GetDirectoryNames(NameTypes type=ShortNames, DataChannelType channel=Passive) | PFTPClient | |
| GetDirectoryNames(const PString &path, NameTypes type=ShortNames, DataChannelType channel=Passive) | PFTPClient | |
| GetErrorCode(ErrorGroup group=NumErrorGroups) const | PChannel | |
| GetErrorNumber(ErrorGroup group=NumErrorGroups) const | PChannel | |
| GetErrorText(ErrorGroup group=NumErrorGroups) const | PIndirectChannel | virtual |
| PChannel::GetErrorText(Errors lastError, int osError=0) | PChannel | static |
| GetFile(const PString &filename, DataChannelType channel=Passive) | PFTPClient | |
| GetFileStatus(const PString &path, DataChannelType channel=Passive) | PFTPClient | |
| GetHandle() const | PIndirectChannel | virtual |
| GetLastReadCount() const | PChannel | |
| GetLastResponseCode() const | PInternetProtocol | |
| GetLastResponseInfo() const | PInternetProtocol | |
| GetLastWriteCount() const | PChannel | virtual |
| GetName() const | PIndirectChannel | virtual |
| GetOSHandleAsInt() const | PChannel | inlineprotected |
| GetReadChannel() const | PIndirectChannel | |
| GetReadTimeout() const | PChannel | |
| GetSocket() const | PInternetProtocol | |
| GetSystemType() | PFTPClient | |
| GetTraceContextIdentifier() const | PObject | inline |
| GetTraceContextIdentifier(PObject &obj) | PObject | inline |
| GetTraceContextIdentifier(PObject *obj) | PObject | inline |
| GetURL(const PURL &url, RepresentationType type, DataChannelType channel=Passive) | PFTPClient | |
| GetWriteChannel() const | PIndirectChannel | |
| GetWriteTimeout() const | PChannel | |
| GreaterThan enum value | PObject | |
| HashFunction() const | PChannel | virtual |
| HELP enum value | PFTP | |
| Image enum value | PFTP | |
| InternalCompareObjectMemoryDirect(const PObject *obj1, const PObject *obj2, PINDEX size) | PObject | static |
| InternalIsDescendant(const char *clsName) const | PObject | inlinevirtual |
| Interrupted enum value | PChannel | |
| IsClass(const char *cls) const | PObject | inline |
| IsOpen() const | PIndirectChannel | virtual |
| lastErrorCode | PChannel | protected |
| lastErrorNumber | PChannel | protected |
| LastGeneralError enum value | PChannel | |
| lastReadCount | PChannel | protected |
| LastReadError enum value | PChannel | |
| lastResponseCode | PInternetProtocol | protected |
| lastResponseInfo | PInternetProtocol | protected |
| lastWriteCount | PChannel | protected |
| LastWriteError enum value | PChannel | |
| LessThan enum value | PObject | |
| LIST enum value | PFTP | |
| LogIn(const PString &username, const PString &password) | PFTPClient | |
| m_traceContextIdentifier | PObject | protected |
| Miscellaneous enum value | PChannel | |
| MKD enum value | PFTP | |
| MODE enum value | PFTP | |
| NameTypes enum name | PFTP | |
| newLineToCRLF | PInternetProtocol | protected |
| NLST enum value | PFTP | |
| NoError enum value | PChannel | |
| NoMemory enum value | PChannel | |
| NOOP enum value | PFTP | |
| NormalClientTransfer(Commands cmd, const PString &args) | PFTPClient | protected |
| NormalPort enum value | PFTP | |
| NotFound enum value | PChannel | |
| NotOpen enum value | PChannel | |
| NumCommands enum value | PFTP | |
| NumErrorGroups enum value | PChannel | |
| NumNormalisedErrors enum value | PChannel | |
| OnOpen() | PFTPClient | protectedvirtual |
| OnReadComplete(AsyncContext &context) | PChannel | virtual |
| OnWriteComplete(AsyncContext &context) | PChannel | virtual |
| Open(PChannel &channel) | PIndirectChannel | |
| Open(PChannel *channel, PBoolean autoDelete=true) | PIndirectChannel | |
| Open(PChannel *readChannel, PChannel *writeChannel, PBoolean autoDeleteRead=true, PBoolean autoDeleteWrite=true) | PIndirectChannel | |
| OpenHost(const PString &host, WORD port=DefaultPort) | PFTPClient | |
| operator!=(const PObject &obj) const | PObject | inline |
| operator<(const PObject &obj) const | PObject | inline |
| operator<=(const PObject &obj) const | PObject | inline |
| operator=(const PChannel &) | PChannel | protected |
| operator==(const PObject &obj) const | PObject | inline |
| operator>(const PObject &obj) const | PObject | inline |
| operator>=(const PObject &obj) const | PObject | inline |
| os_errno() const | PChannel | protectedvirtual |
| os_handle | PChannel | protected |
| ParseResponse(const PString &line) | PInternetProtocol | protectedvirtual |
| PASS enum value | PFTP | |
| Passive enum value | PFTP | |
| PassiveClientTransfer(Commands cmd, const PString &args) | PFTPClient | protected |
| PASV enum value | PFTP | |
| PChannel() | PChannel | protected |
| PChannel(const PChannel &) | PChannel | protected |
| PFTP() | PFTP | protected |
| PFTPClient() | PFTPClient | |
| PIndirectChannel() | PIndirectChannel | |
| PInternetProtocol(const char *defaultServiceName, PINDEX cmdCount, char const *const *cmdNames) | PInternetProtocol | protected |
| PObject() | PObject | inlineprotected |
| PORT enum value | PFTP | |
| PrintOn(ostream &strm) const | PObject | virtual |
| ProtocolFailure enum value | PChannel | |
| PTraceObjectInstance() const | PObject | inline |
| PTraceObjectInstance(const char *) | PObject | inlinestatic |
| PTraceObjectInstance(const PObject *obj) | PObject | inlinestatic |
| PutFile(const PString &filename, DataChannelType channel=Passive) | PFTPClient | |
| PWD enum value | PFTP | |
| px_lastBlockType | PChannel | protected |
| px_readThread | PChannel | protected |
| px_selectMutex | PChannel | protected |
| px_selectThread | PChannel | protected |
| px_threadMutex | PChannel | protected |
| px_writeMutex | PChannel | protected |
| px_writeThread | PChannel | protected |
| PXAcceptBlock enum value | PChannel | |
| PXBlockType enum name | PChannel | |
| PXClose() | PChannel | protected |
| PXConnectBlock enum value | PChannel | |
| PXReadBlock enum value | PChannel | |
| PXSetIOBlock(PXBlockType type, const PTimeInterval &timeout) | PChannel | protected |
| PXWriteBlock enum value | PChannel | |
| QUIT enum value | PFTP | |
| Read(void *buf, PINDEX len) | PInternetProtocol | virtual |
| ReadAsync(AsyncContext &context) | PChannel | virtual |
| readAutoDelete | PIndirectChannel | protected |
| ReadBlock(void *buf, PINDEX len) | PChannel | |
| readChannel | PIndirectChannel | protected |
| ReadChar() | PInternetProtocol | virtual |
| ReadCharWithTimeout(PTimeInterval &timeout) | PChannel | protected |
| ReadCommand(PINDEX &num, PString &args) | PInternetProtocol | virtual |
| ReadCommand(PINDEX &num, PString &args, PMIMEInfo &mime) | PInternetProtocol | virtual |
| ReadFrom(istream &strm) | PObject | virtual |
| ReadLine(PString &line, PBoolean allowContinuation=false) | PInternetProtocol | virtual |
| readLineTimeout | PInternetProtocol | protected |
| ReadResponse() | PInternetProtocol | virtual |
| ReadResponse(int &code, PString &info) | PInternetProtocol | virtual |
| ReadResponse(int &code, PString &info, PMIMEInfo &mime) | PInternetProtocol | virtual |
| ReadString(PINDEX len) | PChannel | |
| readTimeout | PChannel | protected |
| ReceiveCommandString(int nextChar, const PString &reply, PINDEX &pos, PINDEX start) | PChannel | protected |
| REIN enum value | PFTP | |
| remotePort | PFTPClient | protected |
| RepresentationType enum name | PFTP | |
| REST enum value | PFTP | |
| RETR enum value | PFTP | |
| RMD enum value | PFTP | |
| RNFR enum value | PFTP | |
| RNTO enum value | PFTP | |
| SendCommandString(const PString &command) | PChannel | |
| SendPORT(const PIPSocket::Address &addr, WORD port) | PFTP | |
| SetBufferSize(PINDEX newSize) | PChannel | |
| SetErrorValues(Errors errorCode, int osError, ErrorGroup group=LastGeneralError) | PChannel | |
| SetLocalEcho(bool localEcho) | PIndirectChannel | virtual |
| SetReadChannel(PChannel *channel, bool autoDelete=true, bool closeExisting=false) | PIndirectChannel | |
| SetReadLineTimeout(const PTimeInterval &t) | PInternetProtocol | |
| SetReadTimeout(const PTimeInterval &time) | PChannel | |
| SetTraceContextIdentifier(unsigned id) | PObject | inline |
| SetTraceContextIdentifier(const PObject &obj) | PObject | inline |
| SetTraceContextIdentifier(const PObject *obj) | PObject | inline |
| SetType(RepresentationType type) | PFTPClient | |
| SetWriteChannel(PChannel *channel, bool autoDelete=true, bool closeExisting=false) | PIndirectChannel | |
| SetWriteTimeout(const PTimeInterval &time) | PChannel | |
| ShortNames enum value | PFTP | |
| Shutdown(ShutdownValue option) | PIndirectChannel | virtual |
| ShutdownRead enum value | PChannel | |
| ShutdownReadAndWrite enum value | PChannel | |
| ShutdownValue enum name | PChannel | |
| ShutdownWrite enum value | PChannel | |
| SITE enum value | PFTP | |
| SMNT enum value | PFTP | |
| STATcmd enum value | PFTP | |
| STOR enum value | PFTP | |
| STOU enum value | PFTP | |
| STRU enum value | PFTP | |
| StuffCR enum value | PInternetProtocol | protected |
| StuffCRLF enum value | PInternetProtocol | protected |
| StuffCRLFdot enum value | PInternetProtocol | protected |
| StuffCRLFdotCR enum value | PInternetProtocol | protected |
| StuffIdle enum value | PInternetProtocol | protected |
| stuffingState | PInternetProtocol | protected |
| StuffState enum name | PInternetProtocol | protected |
| SYST enum value | PFTP | |
| Timeout enum value | PChannel | |
| TYPE enum value | PFTP | |
| Unavailable enum value | PChannel | |
| UnRead(int ch) | PInternetProtocol | virtual |
| UnRead(const PString &str) | PInternetProtocol | virtual |
| UnRead(const void *buffer, PINDEX len) | PInternetProtocol | virtual |
| unReadBuffer | PInternetProtocol | protected |
| unReadCount | PInternetProtocol | protected |
| USER enum value | PFTP | |
| Write(const void *buf, PINDEX len) | PInternetProtocol | virtual |
| PChannel::Write(const void *buf, PINDEX len, const void *) | PChannel | inlinevirtual |
| WriteAsync(AsyncContext &context) | PChannel | virtual |
| writeAutoDelete | PIndirectChannel | protected |
| writeChannel | PIndirectChannel | protected |
| WriteChar(int c) | PChannel | |
| WriteCommand(PINDEX cmdNumber, const PString ¶m=PString::Empty()) | PInternetProtocol | virtual |
| WriteCommand(PINDEX cmdNumber, const PString ¶m, const PMIMEInfo &mime) | PInternetProtocol | virtual |
| WriteLine(const PString &line) | PInternetProtocol | virtual |
| WriteResponse(unsigned numericCode, const PString &info) | PInternetProtocol | virtual |
| WriteResponse(const PString &code, const PString &info) | PInternetProtocol | virtual |
| WriteString(const PString &str) | PChannel | |
| writeTimeout | PChannel | protected |
| ~PChannel() | PChannel | |
| ~PFTPClient() | PFTPClient | |
| ~PIndirectChannel() | PIndirectChannel | |
| ~PObject() | PObject | inlinevirtual |