|
SmartFTP FTP Library
|
This is the complete list of members for ISFTPConnection, including all inherited members.
| Abort() | ISFTPConnection | |
| Busy | ISFTPConnection | property |
| Close() | ISFTPConnection | |
| CodePage | ISFTPConnection | property |
| Connect() | ISFTPConnection | |
| CopyFile([in] BSTR sourceFile, [in] BSTR destinationFile, [in] VARIANT_BOOL overwrite) | ISFTPConnection | |
| Disconnect() | ISFTPConnection | |
| DownloadFile([in] BSTR remoteFile, [in] VARIANT localFile, [in] DataTransferType transferType, [in] long startPositionLo, [in] long startPositionHi) | ISFTPConnection | |
| DownloadFileEx([in] BSTR remoteFile, [in] VARIANT localFile, [in] DataTransferType transferType, [in] ULONGLONG startPosition, [in] ULONGLONG endPosition, [in] long flags, [in] ITransferProgressEvents *progress) | ISFTPConnection | |
| GetFileHash([in] HashAlgo algo, [in] BSTR path, [in] ULONGLONG offset, [in] ULONGLONG length, [out, retval] ISFTPExtendedCheckFileResult **retval) | ISFTPConnection | |
| GetSpaceAvailable([in] BSTR path, [out, retval] ISFTPSpaceAvailable **retval) | ISFTPConnection | |
| LastStatusCode | ISFTPConnection | property |
| LastStatusMessage | ISFTPConnection | property |
| LastTransferBytes | ISFTPConnection | property |
| LastTransferBytesHi | ISFTPConnection | property |
| LastTransferBytesLo | ISFTPConnection | property |
| LastTransferSpeed | ISFTPConnection | property |
| LastTransferTime | ISFTPConnection | property |
| Link([in] BSTR path, [in] BSTR linkPoint, [in] VARIANT_BOOL symbolicLink) | ISFTPConnection | |
| Logger | ISFTPConnection | property |
| LStat([in] BSTR path, [in] long flags, [out, retval] IFTPItem **retval) | ISFTPConnection | |
| MakeDirectory([in] BSTR directory) | ISFTPConnection | |
| NewFile([in] BSTR remoteFile) | ISFTPConnection | |
| ProtocolVersion | ISFTPConnection | property |
| ProtocolVersionPreference | ISFTPConnection | property |
| ReadDirectory([in] BSTR directory, [out, retval] IFTPItems **retval) | ISFTPConnection | |
| ReadDirectoryEx([in] BSTR directory, [in] ITransferProgressEvents *progress, [out, retval] IFTPItems **retval) | ISFTPConnection | |
| ReadLink([in] BSTR path, [out, retval] BSTR *retval) | ISFTPConnection | |
| RealPath([in] BSTR original, [out, retval] BSTR *retval) | ISFTPConnection | |
| RealPathEx([in] BSTR original, [in] long flags, [in] BSTR component, [out, retval] BSTR *retval) | ISFTPConnection | |
| RemoveDirectory([in] BSTR directory) | ISFTPConnection | |
| RemoveFile([in] BSTR file) | ISFTPConnection | |
| Rename([in] BSTR oldPath, [in] BSTR newPath, [in] long flags) | ISFTPConnection | |
| ServerLineTerminator | ISFTPConnection | property |
| ServerState | ISFTPConnection | property |
| SetFileLogger([out, retval] IFileLogger **fileLogger) | ISFTPConnection | |
| SetStat([in] BSTR path, [in] IFTPItem *item) | ISFTPConnection | |
| SFTPServerCommand | ISFTPConnection | property |
| SSHConnection | ISFTPConnection | property |
| Stat([in] BSTR path, [in] long flags, [out, retval] IFTPItem **retval) | ISFTPConnection | |
| StatEx([in] BSTR path, [in] long flags, VARIANT_BOOL followLink, [out, retval] IFTPItem **retval) | ISFTPConnection | |
| Status | ISFTPConnection | property |
| StatVFS([in] BSTR path, [out, retval] ISFTPStatVFS **retval) | ISFTPConnection | |
| Timeout | ISFTPConnection | property |
| UploadFile([in] VARIANT localFile, [in] BSTR remoteFile, [in] DataTransferType transferType, [in] long startPositionLo, [in] long startPositionHi) | ISFTPConnection | |
| UploadFileEx([in] VARIANT localFile, [in] BSTR remoteFile, [in] DataTransferType transferType, [in] ULONGLONG startPosition, [in] ITransferProgressEvents *progress) | ISFTPConnection | |
| UseMessageLoop | ISFTPConnection | property |
| VendorId | ISFTPConnection | property |