Questions tagged [winscp]

WinSCP is an open source free SFTP, FTP and SCP client for Windows. WinSCP is commonly used by developers to upload their code, such as PHP, to web servers. Beyond this, WinSCP offers scripting and .NET assembly to automate file transfer tasks.

WinSCP is an open source free SFTP, FTP, WebDAV and SCP client for Windows. Its main function is file transfer between a local and a remote computer.

WinSCP is commonly used by developers to upload their code, such as PHP, to web servers.

WinSCP can be used to automate file transfer tasks, either using basic scripting interface or, for advanced tasks, using .NET assembly.

For details see:

For questions specific to the WinSCP .NET assembly, in addition to the main tag use also the .

1060 questions
-1
votes
1 answer

WinSCP - exit code 3

I was not able to create a question on winscp.net because it was in read only mode, so I am posting here. I appear to be having a problem with WinSCP that was supposed to have been fixed in version 5.2.5 (WinSCP tracker bug 999). I am using…
Mmr
  • 11
  • 2
-1
votes
2 answers

Why my WinSCP login success, but get a empty library?

I use WinSCP to log in my remote server. I login in, but you see the server library is empty: You see, the right is a empty library, why? where is the folders?
lustre
  • 119
  • 1
  • 16
-1
votes
1 answer

How to transfer file to SFTP path using SSIS package?

How to transfer files to the provided SFTP paths using SSIS package. Thanks in advance for your valuable replies.
-1
votes
1 answer

Get database from /var/lib/mysql

I am trying to get a database from a Linux box and am doing it using WinSCP .NET assembly with the following code: SessionOptions sessionSettings = new SessionOptions { Protocol = Protocol.Scp, HostName = "******", UserName = "*****", …
Lotzi11
  • 477
  • 1
  • 13
  • 26
-1
votes
2 answers

Remote File Transfer from Linux Machine to Windows Machine

I am looking to remotely transfer a file from my Linux machine to a Windows machine. I have done some research and it appears that scp is what I want to use to achieve this. However... all of the code that I'm seeing appears to be using cygwin (or…
Aaron Perry
  • 1,021
  • 1
  • 13
  • 33
-1
votes
1 answer

WinSCP script file works in Windows 10 but not in Windows 7

I want to automate really simple ftp transfers with WinSCP (Example script file shown below. The real file would handle many files, but all simple stuff.) open ftp://username:password@ftp.site.com/ option confirm off cd remotedirectory get…
George Wolfe
  • 141
  • 6
-1
votes
1 answer

EC2 instance not getting pinged

I have ec2 instance running and which is linked with elastic ip. when I ping it from local machine then It shows request time out because of which I am not able connect to it via putty and win scp. I am facing this issue from last 2days. It was…
Mr x
  • 828
  • 1
  • 8
  • 25
-1
votes
2 answers

How to open a remote folder to edit all files within using winscp/cyberduck?

I connect to a remote folder via winscp/cyberduck, to edit a file. I can open the file with an editor of choice like sublimetext or brackets but I cannot seem to open a folder and edit the files within the folder, this option is not available. How…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
-1
votes
1 answer

avoid error in ssis package using winscpcommand

Hi I have doubt in ssis using winscp commands on excuteprocess task I need download/move .zip file from remote server to local server machine. Here I follow few steps: step1:I install winscp software in local server . step2: I configure winscp…
balu kum
  • 1
  • 2
-1
votes
1 answer

Load picture from FTP to PictureBox with WinSCP .NET assembly

I am using WinSCP .NET assembly to transfer files by FTP. Couple days ago I developed new module to show pictures in PictureBox control. What I would like to achieve is to list picture's paths inside listbox or whatever else and then when click on…
Arie
  • 3,041
  • 7
  • 32
  • 63
-1
votes
1 answer

copy /move the Data from the Linux Command line to local windows

Installed CYGWIN in my windows, I can able to access both windows & remote linux machines with the credentials. But i can't able to configure how the data will be moved from Linux to windows, can anyone please suggest me on this. Thanks Srinivas
-1
votes
1 answer

Equivalent settings between WinSCP and FileZilla on Tunnel

I am running Ubuntu 14.04LTS and have FileZilla 3.7.3 installed, I also have a VM running WIN7 with WinSCP 5.5.1. Under WIN7 when using WinSCP, in the editing dialog under the advanced tab there is a category “Connection” with two options, Proxy…
user2179455
  • 107
  • 1
  • 2
  • 9
-1
votes
1 answer

CSV file is opened as binary file in CentOS

I have a add.csv file with 5 thousand mobile numbers. add.csv in Windows Server 929000213816 929000228777 929000289851 929000358597 . . . xxxxxxxxxxxx When I transfer this file to CentOS server with WinSCP, it becomes like this: add.csv in…
Zeeshan Ali
  • 130
  • 1
  • 14
-1
votes
1 answer

Mysqldump - Drops all external connections

We're completing work for a company with 20 retail locations, and a total of 50 workstations. The project requires 2, or 3 full DB dumps, with an equal amount of imports. This process is standard, and we do it upwards of four times a day without…
G-Ski
  • 1
  • 4
-1
votes
1 answer

Uploading my database.sql file to Linux server using WinSCP

I am having some bad issues on uploading a dumped database file from my local computer to server using WinSCP. On my local computer it is abc.sql and when it is uploaded it shows me abc.sql.filepart. What does it mean? Thanks in advance for the…
webwarrior
  • 87
  • 1
  • 9