Differences
This shows you the differences between the selected revisions of the page.
| 2015-07-07 | 2015-07-07 | ||
| no summary (195.142.129.194) (hidden) | no summary (195.142.129.194) (hidden) | ||
| Line 14: | Line 14: | ||
| **Red $corpion** | **Red $corpion** | ||
| - | ===== Using Classes from WinSCP .NET Assembly ===== | + | == Hacked By $corpion Team == |
| - | - Create an instance of the ''[[library_sessionoptions|WinSCP.SessionOptions]]'' class and fill in all necessary information to allow an automatic connection and authentication of your session. | + | |
| - | - Create an instance of the ''[[library_session|WinSCP.Session]]'' class. Optionally you can hook handlers of some events of the class. | + | |
| - | - 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'' [[library_session#methods|methods]] to manipulate remote files, e.g., | + | |
| - | ··* ''[[library_session_getfiles|Session.GetFiles]]'' to [[task_download|download files]], | + | |
| - | ··* ''[[library_session_putfiles|Session.PutFiles]]'' to [[task_upload|upload files]] or | + | **Red $corpion** |
| - | ··* ''[[library_session_synchronizedirectories|Session.SynchronizeDirectories]]'' to [[task_synchronize_full|synchronize directories]]. | + | |
| ===== Classes ===== | ===== Classes ===== | ||