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 .

926 questions
-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
  • 77
  • 1
  • 1
  • 9
-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
-1
votes
2 answers

Access not exiting

Recently, my Access .mdb database started intermittently not allowing Access (both Access 2003 and 2007) to quit. If I quit (whether by pressing the X button or from the menu, then it closes the database and appears to exit Access, as well, but then…
clum
  • 469
  • 4
  • 20
-1
votes
1 answer

virtualbox get access winscp access from host (vista) to guest (ubuntu)

what worked fine is http://kdl.nobugware.com/post/2009/02/17/virtualbox-nat-ssh-guest/ so that i can connect to guest system using ssh with putty but winscp does not work? what i still have to install? ssh was installed on ubuntu apt-get, but what…
stephan
  • 2,215
  • 4
  • 19
  • 15
-1
votes
1 answer

WinSCP timestamp retrieval from command line/scripting

How do I get the last time stamp of a .txt file from WinSCP when using .txt and .bat scripting?
Rhodo
  • 1,054
  • 4
  • 17
  • 35
-1
votes
3 answers

WinSCP cannot access remote C:\Windows\Temp directory

I am trying to copy from one Windows 7 system to another. I want the destination directory to be C:\Windows\Temp. If I omit the destination directory, it copies the file to the remote computer's home directory for "myuser". Great, but I can't get it…
Mark Norman
  • 1
  • 1
  • 2
-2
votes
1 answer

Add pipe delimiter at the end of each row using unix

I am new to unix commands, please forgive if i am not using correct line of code below. I have files (xxxx.txt.date) on winscp with header and footer. Now i want to add N number of pipe (|) at the end of the each row of all files starting from 2nd…
amitesh
  • 758
  • 5
  • 16
  • 36
-2
votes
1 answer

WinSCP Network error: Software caused connection abort

I have a scheduled job to perform secure file transfers daily through WinSCP. The flow starts with 2 ssrs file share subscriptions which drops 2 files in a local directory. Then the sql server agent job I scheduled kicks off a powershell script…
emalcolmb
  • 935
  • 1
  • 9
  • 29
-2
votes
1 answer

Object reference not set to an instance of an object when opening WinSCP session

I have a PowerShell script that uses the WinSCP .Net library to get some files from a FTP server. The script runs automatically over night on a server from a administrator account using Task Scheduler. The problem is that sometimes (it does not have…
MrGuwee
  • 1
  • 3
-2
votes
1 answer

Connecting PyCharm to WinSCP

i am using Pycharm to write python code and all the time have to upload the code via WinSCP to the server. Is there a way to make this process easier?
mblackplum
  • 15
  • 5
-2
votes
1 answer

WinSCP terminal through Hadoop

While running the query through WinSCP, I got the results without the column name on top of each column. Is there a way to get the column names in the results file?
-2
votes
1 answer

Need help to winscp to the private linux instance in AWS

I have an instance in AWS with private IP (no public dns and no public ip) and I would like to connect to this instance through winscp to download few logs to my local PC. When I try to connect to this private instance through winscp I get below…
-2
votes
1 answer

Why I can not execute the shutdown.sh in WinSCP?

I use WinSCP connect my remote server, and I cd into tomcat bin, and I want to execute the shutdown.sh. But failed with the following message: No matter I use: ./ shutdown.sh Or shutdown.sh All will report the error.
lustre
  • 149
  • 14
-2
votes
1 answer

WinSCP batch file gets executed successfully via command prompt but not within a SQL job Step

I have a batch file that gets executed via the command prompt (CMD), however the same does not execute if called within a SQL job step. The batch job is opening a WINSCP session and transferring a text file from a local directory onto the client…
RAnand
  • 29
  • 1
  • 11
1 2 3
61
62