Differences
This shows you the differences between the selected revisions of the page.
2011-12-28 | 2011-12-28 | ||
finishing class list (martin) | grammar (martin) | ||
Line 8: | Line 8: | ||
Then you create an instance of ''[[library_session|WinSCP.Session]]'' class. Optionally you hook handlers of some events of the class. Then you open the session using ''[[library_session_open|Session.Open]]'' method, passing instance of your ''WinSCP.SessionOptions''. | Then you create an instance of ''[[library_session|WinSCP.Session]]'' class. Optionally you hook handlers of some events of the class. Then you 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 method of ''WinSCP.Session'' to manipulate remote files. For example use ''[[library_session_getfiles|Session.GetFiles]]'' to [[task_download|download files]], ''[[library_session_putfiles|Session.PutFiles]]'' to [[task_upload|upload files]] or ''[[library_session_synchronizedirectories|Session.SynchronizeDirectories]]'' to [[task_synchronize_full|synchronize directories]]. | + | Once the session is opened, you can use any of the ''WinSCP.Session'' methods to manipulate remote files. For example use ''[[library_session_getfiles|Session.GetFiles]]'' to [[task_download|download files]], ''[[library_session_putfiles|Session.PutFiles]]'' to [[task_upload|upload files]] or ''[[library_session_synchronizedirectories|Session.SynchronizeDirectories]]'' to [[task_synchronize_full|synchronize directories]]. |
===== Classes ===== | ===== Classes ===== | ||
Line 25: | Line 25: | ||
| ''[[library_transferargs|TransferArgs]]'' | Provides data for ''[[library_session_filetransfer|Session.FileTransfer]]'' event. | | | ''[[library_transferargs|TransferArgs]]'' | Provides data for ''[[library_session_filetransfer|Session.FileTransfer]]'' event. | | ||
| ''[[library_transferoptions|TransferOptions]]'' | Defines options for file transfers. | | | ''[[library_transferoptions|TransferOptions]]'' | Defines options for file transfers. | | ||
+ | |||