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:

81 questions
0
votes
1 answer

WinSCP automatically configure runtime

I have a bastion/jump box providing WinSCP for users to carry out transfers to secured hosts. This is integrated into a privileged access management (PAM) service. I want to automate some behaviours at run time, after the authentication has…
symcbean
  • 21,009
  • 1
  • 31
  • 52
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
  • 10
  • 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
  • 9
  • 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

WinSCP with sk-ed25519 Key

Since pageant cannot work with security keys / sk-ed25519, i moved over to OpenSSHs agent on Windows. Generating and importing sk-ed25519 is no problem. use these keys for open ssh sessions also works great. i do not find a way to support these keys…
insane_IT
  • 3
  • 2
0
votes
0 answers

From a running EC2 instance, how do I download the AWS generated private key for use with SSH and WinSCP?

From a running EC2 instance, how do I download the AWS generated private key for use with SSH and WinSCP in PEM format? I expected to see Download on the Actions menu, but it's not there. I'm posting this after spending a few hours trying to get…
mbmast
  • 133
  • 1
  • 6
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…