winscp-net Questions

5

Solved

I'm using classes in PS with WinSCP PowerShell Assembly. In one of the methods I'm using various types from WinSCP. This works fine as long as I already have the assembly added - however, because o...
Cockneyfy asked 16/3, 2017 at 14:49

4

Using the .NET assembly of WinSCP to upload a file. OperationResultBase.Check() is throwing the following error: WinSCP.SessionRemoteException: Transfer was successfully finished, but temporary ...
Mobility asked 1/6, 2012 at 22:34

2

I'm trying to automate the transfer of files with WinSCP using PowerShell. I've installed .NET assembly. In the code I've added, I've taken out credentials and hostname for privacy and I'm also usi...
Halfassed asked 24/4, 2017 at 19:19

5

I am trying to connect to an FTPS server using C# via WinSCP and I am getting this error: SSH host key fingerprint ... does not match pattern ... After tons of research, I believe is has somet...
Maureenmaureene asked 27/1, 2016 at 23:39

1

Solved

Exception calling "Check" with "0" argument(s): "Upload of file '2019-06-11.zip' was successful, but error occurred while setting the permissions and/or timestamp. If the problem persists, turn of...
Underground asked 23/7, 2019 at 13:4

1

I'm trying to use the WinSCP.NET NuGet to upload some files to an SFTP through a Script Task component in SSIS. While writing the code everything went fine, but if after attempting to build, the Wi...
Specialistic asked 1/4, 2019 at 14:4

1

I am trying to connect to SFTP server using PowerShell, and using WinSCP .NET assembly. Code is not able to open the session ($session.Open($sessionOptions)). In the logs I found, Exception:...
Sheenasheeny asked 14/3, 2019 at 17:32

2

Solved

I need to download a file from FTP thru WinSCP .NET assembly. I have this code currently but the error says Authentication failed. try { SessionOptions sessionOptions = new SessionOptions { Pr...
Ceresin asked 17/8, 2017 at 3:21

3

I have an SSIS package (created in VS 2013) that contains a C# 2012 Script Task. The job of the script task is to download a file from an SFTP server using WinSCP .NET assembly and place it on my ...
Potter asked 17/12, 2015 at 22:6

5

Solved

This seems to be a common problem in PowerShell and Visual Studio, yet cases and solutions seem to vary a lot. Though seeing several similar questions, I didn't find a working solution for my issue...
Renie asked 10/12, 2012 at 10:39

1

Solved

I want to upload files to home (root) directory of the server, not into a folder. How can I do it? (using C#) transferResult = session.PutFiles(path, "\\", true, transferOptions); If I use \\ f...
Religieuse asked 17/11, 2014 at 11:45

2

I am trying to connect up to a WinSCP server using the WinSCP .NET assembly. The problem I am having is that it bombs checking the host key fingerprint. I have created a RSA key. My code is as foll...
Dunaville asked 26/12, 2013 at 17:44

1

I am able to define the proxy server by using the WinSCP GUI. If I do this I am able to connect to a remote host. But in code I don't find a way to declare the proxy server for WinSCP. In this cas...
Simian asked 14/11, 2012 at 8:30
1

© 2022 - 2024 — McMap. All rights reserved.