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 and SCP client for Windows. Its main function is file transfer between a local and a remote computer.

WinSCP is commonly used by power users to upload files 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:

78 questions
0
votes
0 answers

Access Denied for Specific FTP Client

I have a couple FTP servers setup which I am unable to access using a particular client machine. The client is a Windows 2012 server in my company's network over which I do not have admin rights. The client has WinSCP installed as its FTP client,…
nairware
  • 309
  • 2
  • 9
  • 17
0
votes
3 answers

Can connect to ubuntu server with PuTTY but can't via WinSCP

I have just updated from 8.04 to 10.04 after such a long time I am rather excited. But since the update I am now unable to login to my server via WinSCP but a connection with PuTTY is still completely fine. Neither are using private keys. I am just…
Jamie Hutber
  • 149
  • 2
  • 12
0
votes
1 answer

WinSCP connecting to WinSSHD and executing terminal commands

I have a windows server that has WinSSHD installed. If i configure a user to support "Teminal Access" and then connect using WinSCP i cannot launch a terminal session - has anyone got these to work together and support remote terminal sessions?
Doug
  • 283
  • 2
  • 10
0
votes
1 answer

cygwin scp to linux box corrupts files, while winscp fixes the corruptions?

I have a bash script for deploying my app jars and sh files from the dev machine to prod machine (centos). it simply calls scp and copies all the necessary files. when I run it from an ubuntu box, everything's good. when I run it from a windows 7…
ihadanny
  • 167
  • 6
0
votes
1 answer

Can Winscp be installed on window server 2008?

I want to know whether Winscp is free software? Can I install it on Window server2008? Which version should I download?
0
votes
1 answer

How to access shared folders

I have VPN tunnel between two computers and through WinSCP (or any other SFTP client) I can access shared folders. Is it possible to access them outside the SFTP client (in the OS)? I have to access them with powershell script. Thank you
culter
  • 507
  • 2
  • 7
  • 16
0
votes
2 answers

Uploading files on server through SFTP

In my region, we have proxy to connect to the internet. So, we don't have direct connection.I dont have control panel on my website. To upload my files to the server through SFTP, I was using WinsCP along with Your freedom. But since, your freedom…
Prashant Singh
  • 125
  • 1
  • 8
0
votes
1 answer

WinSCP - can it replace newer files with older files?

I've been using the Windows app WinSCP for uploading the latest scripts in my PHP web app to my web server, using the comparison function within WinSCP which replaces older remote files with newer local files. But, if I made a mistake and wished to…
Spoonface
  • 207
  • 3
  • 8
0
votes
1 answer

SSH / SCP connections to Ubuntu server blocked from one remote host but not others

I have a server running Ubuntu SE 10.10. Two Windows 7 machines are attempting to WinSCP / Putty into it using the same credentials. Both are definitely connecting to the correct host, but one gets an Access Denied error. IPs of the two windows…
0
votes
1 answer

Linux permissions for WinSCP'ing into Apache site

I'm running an Ubuntu server with apache2/mod_mono Ive got: /home/user/www The only way I've been able to get this all working is by: chown -R www-data:www-data /home/user/www I'd like to be able to connect as 'user' using WinSCP and edit the…
Tim
  • 199
  • 1
  • 7
0
votes
1 answer

OpenSSH, ChrootDirectory, WinSCP. How do I allow wget and tar?

I think my question is really: How do I follow the ChrootDirectory directions here to allow interactive shell? I have a virtual server at Linode running Ubuntu 10.04. I will be hosting a Drupal site for a friend. I'd like to give him the ability to…
tetranz
  • 315
  • 2
  • 6
  • 14
0
votes
1 answer

How to connect GCP, VM machine with WinSCP

I created Virtual machine (VM) instance in the GCP but unable to connect with WinSCP from the windows machine. I created on VM instance in the GCP then generated pub key by using command ssh-keygen and upload in the WinSCP…
0
votes
0 answers

WinSCP client and OpenSSH Server - Server offered these authentication methods: publickey,keyboard-interactive

We can connect with user/password, but we have a client that wants to connect with ssh-rsa certificate. WinSCP log: . 2020-03-19 17:00:01.376 -------------------------------------------------------------------------- . 2020-03-19 17:00:01.376…
NealWalters
  • 1,273
  • 7
  • 18
  • 39
-1
votes
2 answers

Winscp - Trying to log in to a distant website and having a Can't open data connection

I'm using WinScp to get to a distant ftp server. I cannot connect on my laptop, having the following message Can't open data connection. Yet when my colleague is connecting on her machine, she can connect to the distant ftp site I listed the…
Andy K
  • 119
  • 14
-1
votes
2 answers

Cannot transfer files to Windows Server 2012 IIS with FTPS encryption active

So I'm pretty new to IIS and FTPS, tho I usually use ubuntu and vsftpd with sftp for secure file transfer. But in this case I was tasked with setting up a FTP server on a Windows server 2012 environment. Set up the user and FTP service and did a…