Differences
This shows you the differences between the selected revisions of the page.
| 2012-03-01 | 2012-03-09 | ||
| no summary (Petr) | library_perl, perl example (martin) | ||
| Line 2: | Line 2: | ||
| WinSCP .NET Assembly ''winscp.dll'' is .NET wrapper around WinSCP [[scripting|scripting interface]] that allows connecting to a remote machine and manipulating remote files over SFTP, SCP or FTP session from .NET applications. | WinSCP .NET Assembly ''winscp.dll'' is .NET wrapper around WinSCP [[scripting|scripting interface]] that allows connecting to a remote machine and manipulating remote files over SFTP, SCP or FTP session from .NET applications. | ||
| - | The assembly is also exposed to COM, and as such it can be used from variety of other programming languages and development environments, e.g. [[library_com_wsh|WSH-hosted active scripting languages]], like JScript, VBScript, Perl or Python. | + | The assembly is also exposed to COM, and as such it can be used from variety of other programming languages and development environments, e.g. [[library_com_wsh|WSH-hosted active scripting languages]], like JScript, VBScript; [[library_perl|Perl]] or Python. |
| &beta_feature | &beta_feature | ||
| Line 159: | Line 159: | ||
| ==== [[vbscript]] VBScript Example ==== | ==== [[vbscript]] VBScript Example ==== | ||
| See [[library_com_wsh#vbscript|overall VBScript example]] or [[library_examples|any other VBScript example]]. | See [[library_com_wsh#vbscript|overall VBScript example]] or [[library_examples|any other VBScript example]]. | ||
| + | |||
| + | ==== [[perl]] Perl Example ==== | ||
| + | See [[library_perl#example|overall Perl example]]. | ||