Differences
This shows you the differences between the selected revisions of the page.
2015-12-23 | 2016-01-07 | ||
5.8 Script or .NET assembly code template can be generated in GUI. (martin) | ui_generateurl (martin) | ||
Line 15: | Line 15: | ||
- Create an instance of the ''[[library_session|WinSCP.Session]]'' class. Optionally you can hook handlers of some events of the class. | - 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''. | - Open the session using ''[[library_session_open|Session.Open]]'' method, passing instance of your ''WinSCP.SessionOptions''. | ||
+ | |||
+ | You can use //[[ui_generateurl|Generate URL/Code]]// command to generate a code template for a given stored site in C#, VB.NET or PowerShell languages. &beta_feature | ||
Once the session is opened, you can use any of the ''WinSCP.Session'' [[library_session#methods|methods]] to manipulate remote files, e.g., | Once the session is opened, you can use any of the ''WinSCP.Session'' [[library_session#methods|methods]] to manipulate remote files, e.g., |