Differences
This shows you the differences between the selected revisions of the page.
2018-03-03 | 2018-08-31 | ||
Fixed reference to ListDirectory under section Capturing Results of Operations (was pointing to library_session_open) (iokevins) | marking deprecated methods (martin) | ||
Line 48: | Line 48: | ||
| [[library_session_createdirectory|CreateDirectory]] | Creates remote directory. | | | [[library_session_createdirectory|CreateDirectory]] | Creates remote directory. | | ||
| [[library_session_close|Close]] | Closes session. | | | [[library_session_close|Close]] | Closes session. | | ||
- | | [[library_session_combinepaths|CombinePaths]] | Combines strings into a remote path. | | + | | <del>[[library_session_combinepaths|CombinePaths]]</del> | Combines strings into a remote path (deprecated). | |
| [[library_session_dispose|Dispose]] | Closes session and disposes object. | | | [[library_session_dispose|Dispose]] | Closes session and disposes object. | | ||
| [[library_session_duplicatefile|DuplicateFile]] | Duplicates remote file to another remote directory. | | | [[library_session_duplicatefile|DuplicateFile]] | Duplicates remote file to another remote directory. | | ||
- | | [[library_session_escapefilemask|EscapeFileMask]] | Converts special characters in file path to make it unambiguous file mask/wildcard. | | + | | <del>[[library_session_escapefilemask|EscapeFileMask]]</del> | Converts special characters in file path to make it unambiguous file mask/wildcard (deprecated). | |
| [[library_session_enumerateremotefiles|EnumerateRemoteFiles]] | Recursively enumerates remote files. | | | [[library_session_enumerateremotefiles|EnumerateRemoteFiles]] | Recursively enumerates remote files. | | ||
| [[library_session_executecommand|ExecuteCommand]] | Executes command on the remote server. | | | [[library_session_executecommand|ExecuteCommand]] | Executes command on the remote server. | | ||
Line 64: | Line 64: | ||
| [[library_session_scanfingerprint|ScanFingerprint]] | Scans a fingerprint of SSH server public key or FTPS/WebDAVS TLS certificate. | | | [[library_session_scanfingerprint|ScanFingerprint]] | Scans a fingerprint of SSH server public key or FTPS/WebDAVS TLS certificate. | | ||
| [[library_session_synchronizedirectories|SynchronizeDirectories]] | Synchronizes local directory with remote directory. | | | [[library_session_synchronizedirectories|SynchronizeDirectories]] | Synchronizes local directory with remote directory. | | ||
- | | [[library_session_translatelocalpathtoremote|TranslateLocalPathToRemote]] | Generates a remote path equivalent of a local path, given root paths. | | + | | <del>[[library_session_translatelocalpathtoremote|TranslateLocalPathToRemote]]</del> | Generates a remote path equivalent of a local path, given root paths (deprecated). | |
- | | [[library_session_translateremotepathtolocal|TranslateRemotePathToLocal]] | Generates a local path equivalent of a remote path, given root paths. | | + | | <del>[[library_session_translateremotepathtolocal|TranslateRemotePathToLocal]]</del> | Generates a local path equivalent of a remote path, given root paths (deprecated). | |