winscp Questions

3

Solved

I installed Ubuntu13_desktop in VMware(VMware® Workstation 7.1.6) based with Windows 7. Now I want to connect to Ubuntu from Windows 7. Set the WMware as Host-only. Installed WinSCP in Windows, co...
Redpencil asked 7/1, 2014 at 5:20

1

Solved

I have a piece of code that puts a file into an FTP server. Looks like this: "C:\Program Files (x86)\WinSCP\WinSCP.com" /command "open user@myFTPServer:MyPort/MyPath/ -privatekey=myprivatekey.ppk"...
Expeller asked 4/12, 2017 at 17:25

1

Solved

Let me preface this with a disclaimer, I have never executed scripts on the UI of WinSCP. I have a program on our server that generates a text file that I want to be sent to our organization's sha...
Childs asked 28/11, 2017 at 15:4

2

Solved

When I transfer files with WinSCP, I only see them while they are being transferred. Once the files are uploaded/downloaded the queue becomes empty and no "history" is available. Am I missing somet...
Automation asked 3/3, 2013 at 3:40

1

Solved

I need to download files from SFTP server to a local machine using a PowerShell script. The API/library that will be used for the download needs to be able to monitor results of the transfer,...
Sligo asked 10/10, 2017 at 7:7

1

Solved

I have created WinSCP batch file for deleting files on remote server. It's working fine, but it's not working with folder with spaces. For example, the below batch file is working: cd C:\Program F...
Wrangler asked 11/9, 2017 at 11:36

3

Solved

I am currently making a small .NET console application to do an automateed backup of some of my files onto my server. The issue that I am running into is that I've had some bad weather on my end wh...
Archbishop asked 25/10, 2011 at 15:26

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

5

Solved

I've a directory, inside which I've multiple directories each containing several image files. I want to change the file permissions to 755 for all the sub-directories and the image files inside th...
Voltammeter asked 5/10, 2011 at 16:8

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

1

I need to connect to my virtual box running on my local machine to transfer files from my local system to VM by using WinSCP. How do I find the IP address? When I go to the settings and netw...
Bespread asked 22/3, 2017 at 13:58

4

Solved

I have the following in .bat that is (this works): "%winscp%" /ini=nul ^ /log=C:\TEMP\winscplog.txt ^ /command "open scp://goofy:[email protected]/ -hostkey=""ssh-rsa 2048 d4:1c:1a:4c:c3:60...
Crandall asked 4/3, 2017 at 20:52

2

I am able to connect to host on which docker system runs. But I cannot find out how to connecting to the docker directly. Does anyone know what I need to adjust in WinSCP added to connect? Sure, ...
Flump asked 10/8, 2016 at 9:25

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

theI have a C# service using WinSCP which reliably uploads files to any SFTP server. I'd like to use it to connect to MS Azure Storage and upload files there using the same SFTP protocol. Please no...
Mandy asked 27/1, 2016 at 23:34

1

Solved

In WinSCP, If you have opened a file from the server on your local and on making changes and pressing (Ctrl + S), basically saving it, you get an error saying: /path of the file/ set times: Operat...
Seminal asked 9/9, 2015 at 14:50

1

I am not able to configure winscp to work with ATOM.IO/ I tried to add external editor from the wincsp settings however when I clicked on the file to edit, an command line is opening and nothing h...
Lane asked 17/3, 2015 at 15:15

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

Solved

I am loading a file: a= np.load('myfile.npz') and then doing things with a After a while I regenerate myfile.npz (on a remote machine). When I attempt to copy the file across (using WinSCP) fr...
Tiffaneytiffani asked 26/9, 2014 at 16:22

1

I am using WinSCP and keep on experiencing this error every time I try to replace/overwrite a file. I have been able to transfer/overwrite a file before with out any problem but not anymore. ...
Towney asked 26/8, 2014 at 12:18

15

Solved

I love WinSCP for Windows. What is the best equivalent software for Linux? I tried to use sshfs to mount the remote file system on my local machine, but it is not as user friendly as simply l...
Burkholder asked 18/11, 2008 at 17:10

2

Solved

I am using the WinSCP in order to download files using FTP protocol. I got this error in the XML log. Any idea? Network error: Connection to "example.com" refused. The server r...
Thalamus asked 23/4, 2014 at 10:52

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

3

I am trying to write a WinSCP script. I tried the example at, https://winscp.net/eng/docs/guide_automation#parametrized but the parameter value is not taken by the script. When the script is invo...
Babylon asked 28/2, 2012 at 9:14

1

Solved

I use a batch file to get into WinSCP. The .bat reads a script file containing this: cd /download/.stuff get file.txt D:\Name\Sub Name\Even Lower changes directory fine, finds file fine, but wh...
Indrawn asked 7/5, 2013 at 14:12

© 2022 - 2024 — McMap. All rights reserved.