Questions tagged [winscp]

Ask Question

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.

84 questions with no upvoted or accepted answers
8 votes 1 answer 10k 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 ... user avatar FlyingMolga
  • 291
7 votes 0 answers 1k views

Is it possible to make WinSCP use my SSH config file?

I use SSH-based tools on Windows, which use configuration files in %HOME%\.ssh\. Is it possible to make WinSCP use that configuration file too, so I only have to manage one configuration? It's ... user avatar user541686
  • 23k
3 votes 0 answers 132 views

Accessing Docker's volume using WinSCP

I have 2 Ubuntu 20.04.1 machines with Docker installed. I would like to access the content of Docker volumes using WinSCP. i.e. access the path /var/lib/docker/volumes/my_vol_name/_data which is fully ... user avatar Qua285
  • 31
3 votes 1 answer 4k views

Running winscp on a mac using wine

I have a Mac (El Capitan OS) and I really want to use winscp on it. I installed wine on my Mac using: brew install wine It installed: user avatar dan
  • 131
3 votes 1 answer 888 views

Server load affection due to excesive SFTP connections to sync server

I am planning to synchronize around 200 very small files per hour (less than 1KB each file), the source files are on a remote SFTP server and the destination files are on a Windows Server. My fear is ... user avatar Andres Calle
  • 31
3 votes 1 answer 209 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 installed FileZilla and navigated to the remote directory and it ... user avatar Chris
  • 701
2 votes 0 answers 36 views

Compare and synchronize file contents/directories between two servers

Suppose I have 3 computers - A, B and C. Computer A is the deployment server. Computer B and C are belong to developers. What is the best way to transfer source codes from B/C to A. The best tools ... user avatar Mrye
  • 121
2 votes 1 answer 2k views

Two way synchronization in WinSCP

I am in an SSH session with a remote machine using WinSCP. I would like WinSCP to track a file on my local machine, call it test.cpp. That is, whenever this file is updated on my local machine, the ... user avatar user308485
  • 133
2 votes 0 answers 1k views

FTP Server Active Mode Not able to connect

I'm unable to connect to FTP server via Active Mode. Filezilla with Active mode setting /*******************************************************************************/ Status: Connecting to xx.xx.... user avatar Shailesh
  • 81
2 votes 2 answers 5k views

How to zip multiple files or folders with WinSCP and automatically keep the file name part?

I am using WinSCP and it has the option to use custom commands remotely. I want to zip some files and folders. WinSCP has a command that can zip a file or folder but I have to enter the name for the ... user avatar Ezdub
  • 21
2 votes 1 answer 682 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 ... user avatar Walter Isaac
  • 31
2 votes 2 answers 3k 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 ... user avatar Keeper Hood
  • 423
1 vote 0 answers 436 views

How to find correct IP address of WSL/Linux to be used in WinSCP?

I am trying to transfer files from Windows to Linux through WinSCP. The problem is I cannot find the correct IP address of the Linux ssh server to be used in the WinSCP. I am using Ubuntu-20.04 Linux ... user avatar MArablu
  • 21
1 vote 0 answers 83 views

SSH is working but Scp is not on Windows 2008 server

I have to build a logic in our Micronaut application to scp a file from remote windows 2008 server to local (tried with both windows and Mac) Using JSCH api. So OpenSSH has been setup on the windows ... user avatar Manish
  • 111
1 vote 0 answers 27 views

Revoke delete permission for particular user in linux

I have to revoke delete permission for particular user in Linux. I have tried ACL it worked but user is able to delete file winscp. My requirement is that user is not able to delete file from PUtty ... user avatar Neha
  • 11

15 30 50 per page123456

You Might Also Like