WinSCP is an open source free SFTP, FTP and SCP client for Windows. WinSCP is commonly used by power users to upload files to web servers. Beyond this, WinSCP offers scripting and .NET assembly to automate file transfer tasks.

learn more… | top users | synonyms

1
vote
2answers
236 views

How to synchronize file changes with files on the FTP server?

My project files are in the local folder in D:\xampp\htdocs\mysite The same files are on my FTP server. A git repository would exist only locally in a .git directory to keep track. I want to be able ...
2
votes
1answer
64 views

Linux Quota Custom Error Message via SFTP

Is it possible to pass a custom error message to the sftp client when the user exceeds the soft or at least the hard quota limit? My SFTP Client (WinSCP) shows me an error message in which it states ...
2
votes
1answer
320 views

How to echo message after WinScp synchronizes any files

I have synchronized local and remote file using WinScp and scheduled with windows task scheduler That execute the script once in a day and download the file if the remote file is new or updated, ...
2
votes
1answer
137 views

FileZilla Misreports File Sizes

I have the task of downloading some backups from our hosted web site and the backup are quite large, 4,755,281KB, yes it's over 4GB. I intalled FileZilla and navigated to the remote directory and it ...
1
vote
1answer
114 views

“Open in PuTTY” command of WinSCP: Can I scp files from Linux back to Windows from terminal in opened PuTTY instance?

I use the command "Open in PuTTY" in WinSCP. A PuTTY window pops up, but I cannot find a way to scp files from Linux back to Windows using terminal command line in PuTTY. Do you guys think this is ...
1
vote
1answer
34 views

Transfer files using authentication

I have the public key with me(the pub file), for using sftp with public key authentication mode. How do i use sftp command for testing transfer file from my machine to the sftp server. For username ...
1
vote
1answer
123 views

WinSCP error setting up directory

I am getting the following error: Reading Remote Directory: Error changing directory to '/script=E:\Data\GmousCR12\bin\Get.sftp' Cannot get real path for '/script=E:\Data\GmousCR12\bin\Get.sftp' No ...
1
vote
1answer
127 views

SFTP delete files older than x number of days

How can I delete files at sftp older than x number of days? I'm using WinSCP client to connect to the sftp.
1
vote
0answers
47 views

PuTTY and WinSCP simutaneous connection issue

I am successfully using PuTTY to connect a Linux server. I just installed WinSCP and it too can connect to the server however if the PuTTY session is connected and I attempt to connect with WinSCP the ...
1
vote
0answers
114 views

Odd Win7 connex issue (WinSCP, puTTY, FTP command line)

I have searched in many forums and Google and have not seen anyone else mention this issue. So I hope I just missed it and someone can help. This issue I am encountering is this: Whether I use ...
1
vote
0answers
266 views

WINSCP File Transfer Speed

I'm very comfortable using WINSCP. However, it offer very slow speed. It shows Windows to Linux transfer speed just 250kb/s Is there any other WINSCP alternative which offers same set of feature ...
1
vote
0answers
308 views

Synchronize single file with WinScp

I am trying to synchronize a single file with WinScp. But it is downloading that file every time the script runs. But I want it to download that file only when there is any update in the remote file. ...
0
votes
0answers
282 views

WinSCP sometimes throws error - Server refused public-key signature despite accepting key

I have a process scheduled to send files to an SFTP server (Tumbleweed) using WinSCP. It works 99.5% of the time. 0.5% of the time, the login fails and WinSCP reports: Server refused public-key ...
0
votes
0answers
103 views

Sync local directory with remote FTPS?

How do I keep my local directory in sync with my remote FTPS directory? Note that I've tried WinSCP, but found that it only works a few times then I need to restart it to get it going again. Also ...
0
votes
0answers
996 views

FreeSSHd + WinSCP: “Server refused public-key signature despite accepting key!”

I'm trying to gain access to my Windows 2008 R2 server via SSH. I have a Remote Desktop connection, but I need to upload my files to the server. For SSH servers on the Windows server, I've tried ...
0
votes
0answers
101 views

Copy read-only Unix files

My teacher created a subdirectory that has a bunch of very lengthy .pl files he wants us to use to test our code on. I usually just xfer any files I need through WinSCP, but I don't have permissions ...