Winscp: Revision history

From Piszczynski

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 December 2023

  • curprev 13:3613:36, 4 December 2023Aleks talk contribs 2,269 bytes +335 No edit summary Tag: Visual edit
  • curprev 13:3213:32, 4 December 2023Aleks talk contribs 1,934 bytes +1,934 Created page with "==WinSCP automation with powershell== Powershell can be used to automate the upload and download of files from sftp servers using the .NET assembly === Setup Session: === Setup the SFTP session using the following code, you will need to have the winscp automation package stored on the server somewhere:<syntaxhighlight lang="powershell"> # Define the path to the WinSCP .NET assembly DLL $winscpPath = "C:\Automation\WinSCP-6.1.2-Automation\WinSCPnet.dll" # Update this pa..." Tag: Visual edit