Differences
This shows you the differences between the selected revisions of the page.
2012-01-07 | 2012-01-07 | ||
no summary (Petr) | no summary (Petr) | ||
Line 9: | Line 9: | ||
- Open the session using ''[[library_session_open|Session.Open]]'' method, passing instance of your ''WinSCP.SessionOptions''. | - Open the session using ''[[library_session_open|Session.Open]]'' method, passing instance of your ''WinSCP.SessionOptions''. | ||
- | Once the session is opened, you can use any of the ''WinSCP.Session'' methods to manipulate remote files, e.g., | + | Once the session is opened, you can use any of the [[library_session#methods|WinSCP.Session Methods]] to manipulate remote files, e.g., |
* ''[[library_session_getfiles|Session.GetFiles]]'' to [[task_download|download files]], | * ''[[library_session_getfiles|Session.GetFiles]]'' to [[task_download|download files]], | ||
* ''[[library_session_putfiles|Session.PutFiles]]'' to [[task_upload|upload files]] or | * ''[[library_session_putfiles|Session.PutFiles]]'' to [[task_upload|upload files]] or |