Questions tagged [winscp]

WinSCP is an open source free SFTP, FTP and SCP client for Windows. WinSCP is commonly used by developers to upload their code, such as PHP, 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:

For questions specific to the WinSCP .NET assembly, in addition to the main tag use also the .

926 questions
-2
votes
1 answer

Batch file for downloading with WinSCP

I have created a batch file to automate the download with WinSCP but it does not work. It is for sure a syntax error. Here is the script. Can you help m? Thanks WinSCP.exe sftp://username:password@host/ -hostkey="xxxxxxxxx" -privatekey xxx.ppk
juanitowgm
  • 43
  • 2
  • 7
-2
votes
1 answer

How do I connect to an AWS Linux machine from WinSCP using pem key

I need to connect to an AWS Linux machine from WinSCP using pem key provided by AWS, how Do I do that? And do I need to create a ppk for that?
Shahar Hamuzim Rajuan
  • 3,908
  • 4
  • 39
  • 70
-2
votes
1 answer

Is it possible for applying WinSCP assembly to java?

I am new with WinSCP, I really need your help now. My requirement is that: i need to set up an SFTP server in java environment, after that i will use WinSCP or Putty to connect to it. The user can see all file in folder, upload and download a…
MCT
  • 21
  • 5
-2
votes
2 answers

Prevent Linux user from connecting with WinSCP

How can I stop a user from logging on to Linux machine with WinSCP ? I have set a user up so that when they login via Putty they are presented with an interactive CLI (using Python) and no bash shell.
dross
  • 1,607
  • 1
  • 11
  • 19
-2
votes
1 answer

CSV file is opened as binary file in CentOS

I have a add.csv file with 5 thousand mobile numbers. add.csv in Windows Server 929000213816 929000228777 929000289851 929000358597 . . . xxxxxxxxxxxx When I transfer this file to CentOS server with WinSCP, it becomes like this: add.csv in…
Zeeshan Ali
  • 98
  • 1
  • 13
-2
votes
1 answer

upload file to a server using google glass and WinSCP

I'm a google glass developer. I would like to upload the photos from my glass memory to a php server using WinSCP. This this the current code: private void postFile(){ try{ // the file to be posted String textFile =…
Roi Bueno
  • 99
  • 10
-2
votes
1 answer

How to import winscp.ini to a new computer

My hard drive crashed, but I have WinSCP configuration saved to winscp.ini So I bought a new hard drive and formatted my PC and installed a WinSCP on my computer Now I want to import the .ini file so that I have my saved sessions.
PHP_USER1
  • 618
  • 1
  • 13
  • 28
-2
votes
1 answer

PuTTy connecting to server from one machine and not from another

I am trying to connect to a server(linux) via SSH from a windows m/c via putty. I can connect to the server from my m/c using putty but when i try to do the same from another machine, i get an error. All configs are the same. Can you please give…
web-nomad
  • 5,753
  • 2
  • 30
  • 47
-3
votes
1 answer

Ineed a SSH format command line of php to upload files to WinSCP FTP, I need ur ideas or get rid of this probs

Here is my code , that i have done so far needed ur guidance urgently..... I already have d ftp server space, al i need now is a good command line for uploading to that WinSCP…
-3
votes
1 answer

WinSCP: Not all files are listed

I'm using WinSCP to connect to my Server via sftp. I have an images folder with 33935 files. I used ls -1U | wc -l via ssh to figure that out. But WinSCP is only showing me 9998 files. (Below the list is "... 9.998") And if I copy the whole folder…
Nono
  • 863
  • 3
  • 18
  • 41
-3
votes
2 answers

copy files from linux to windows

I was wondering if its possible to copy files from my Linux server onto my Windows server. I have seen other methods such as pscp and winscp but they involve the commands being ran on the Windows machine. What I am trying to do is somehow do the…
auahmed
  • 153
  • 1
  • 3
  • 14
1 2 3
61
62