Questions tagged [winscp]

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.

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:

334 questions
89
votes
7 answers

Linux: Continuously synchronize files, one way

Scenario: An IDE is set up on a Linux desktop box, editing PHP files locally. Every time I save a file, I want this change to appear on the linux server where Apache is running. The server has ssh (and samba and nfs for that matter). As a reference,…
stolsvik
  • 1,230
34
votes
4 answers

Is there a tool like WinSCP for MacOS?

I used to use WinSCP to log into my remote server. I need to login with an ssh key and move the files from and to the remote server. So far I have not find any tool with the same features for MacOS. Any ideas? It doesn't need to be free.
Jakub
  • 495
29
votes
9 answers

Where does WinSCP store site's password?

Where does WinSCP store site's information or password? I can't find it under Documents and Settings...
Stan
  • 7,325
23
votes
2 answers

How do I get WinSCP to connect to an SSH server with a private key that I specify?

How do I get WinSCP to connect to an SSH server with a private key that I specify. I don't see the option. For example, I have a private key I created with SSH in cygwin (id_rsa). $ ls ~/.ssh -l -rw------- 1 user None 2602 Dec 24 17:26…
barlop
  • 25,198
18
votes
2 answers

How do you turn on the 'Ignore permission errors' option in WinSCP?

How do you turn on the Ignore permission errors option in WinSCP? I keep getting a prompt do to so, but when I search through the preferences I cannot find any such option.
user248162
15
votes
5 answers

How to setup SSH Keys on Windows machine (SSH Client) to access Azure Linux VM?

Googling was fruitless, as most people have a slightly different variation of this problem. I am trying to setup an Azure Linux VM with SSH (no password), for access from a Windows machine. 2018 UPDATE: The original requirement was to use WinSCP but…
Alex R
  • 1,862
15
votes
4 answers

Dropbox-like client for FTP?

Many of my users have their files on one big FTP server. PROBLEM: They can not use their files while not connected to the Internet. QUESTION: Is there a Dropbox-like software for FTP? When connected, pushes local changes to the server When…
Nicolas Raoul
  • 11,561
14
votes
2 answers

How can I export or import my WinSCP sessions?

I'd like to transfer all of my WinSCP sessions to a new computer. How can I export them from the registry and re-import them on the other machine?
ireardon
  • 303
14
votes
3 answers

Windows 10: Scheduled tasks with workstation lock/unlock not being triggered

I'm running Windows 10, and trying to get a pair of scheduled tasks working. These tasks are set to run on workstation lock and workstation unlock, and execute a script that remotely locks or unlocks an adjacent arch-linux workstation. This is…
BogStandard
  • 1,944
13
votes
3 answers

How to change user in WinSCP?

I'm using WinSCP to access Unix computers. How can I change user after I have logged into a Unix server using WinSCP? E.g. I have personal account in Unix computer A. I can log into this computer using PuTTY and then change user to root user $sudo…
jrara
  • 439
12
votes
3 answers

Tailing a File over FTP

I am attempting to access large log files on a remote server from my Windows desktop. I only have FTP access to this remote machine, not SSH access. At the moment, I'm using WinSCP to pull the entire file down over FTP. This means I have to transfer…
jwa
  • 273
12
votes
3 answers

Easiest way to backup VPS

My situation: I have VPS(ubuntu) with 2 websites on it. As i am new to VPS'ses (recently i've moved from Shared Hosting) i spent almost 2 weeks on learning how to configure my VPS to run all webs in a way as i wanted. I made a lot of mistakes while…
Sid
  • 243
12
votes
6 answers

OSX SSH rsync - Keep remote directory up to date

I come primarily from a Windows background, migrating over to Mac. I've used WinSCP and loved a featured called "Keep Remote Directory Up To Date". Here's the question: is there an equivalent SCP client for OSX that will monitor a directory for…
pygorex1
  • 368
11
votes
5 answers

Is there an rsync-like mode for WinSCP (or a similar tool)?

I need to be able to do a periodic sync of content off my Windows 7 x64 laptop to my offsite CentOS 6 webserver. Is there a tool/mode like rysnc for WinSCP or similar? For a variety or reasons, Dropbox is not an option here.
warren
  • 10,322
11
votes
5 answers

How do I copy files into `/var/www` with WinSCP?

When I try to place my web files into /var/www in apache on my ec2 Ubuntu instance it is giving me an error stating that I don't have permission. Permission denied. Error code: 3 Error message from server: Permission denied Request code: 3 How do…
andrew
  • 111
1
2 3
22 23