Differences
This shows you the differences between the selected revisions of the page.
2012-05-07 | 2012-05-31 | ||
5.0.7 session class is locked agains concurrent accesses (martin) | library_session_createdirectory, library_session_movefile (martin) | ||
Line 37: | Line 37: | ||
===== Methods ===== | ===== Methods ===== | ||
^ Name ^ Description ^ | ^ Name ^ Description ^ | ||
+ | | [[library_session_createdirectory|CreateDirectory]] | Creates remote directory. | | ||
| [[library_session_dispose|Dispose]] | Closes session, terminates underlying WinSCP process. | | | [[library_session_dispose|Dispose]] | Closes session, terminates underlying WinSCP process. | | ||
| [[library_session_executecommand|ExecuteCommand]] | Executes command on the remote server. | | | [[library_session_executecommand|ExecuteCommand]] | Executes command on the remote server. | | ||
Line 43: | Line 44: | ||
| [[library_session_getfiles|GetFiles]] | Downloads files. | | | [[library_session_getfiles|GetFiles]] | Downloads files. | | ||
| [[library_session_listdirectory|ListDirectory]] | Lists remote directory. | | | [[library_session_listdirectory|ListDirectory]] | Lists remote directory. | | ||
+ | | [[library_session_movefile|MoveFile]] | Moves remote file to another remote directory and/or renames remote file. | | ||
| [[library_session_open|Open]] | Opens the session. | | | [[library_session_open|Open]] | Opens the session. | | ||
| [[library_session_putfiles|PutFiles]] | Uploads files. | | | [[library_session_putfiles|PutFiles]] | Uploads files. | |