Top "Winscp" questions

WinSCP is an open source free SFTP, FTP and SCP client for Windows.

Passing parameters to winscp.com command line

I am trying to write a WinSCP script. I tried the example at, https://winscp.net/eng/docs/guide_automation#…

command-line scripting automation winscp
How to change file permission for all sub-directories (CHMOD)

I've a directory, inside which I've multiple directories each containing several image files. I want to change the file permissions …

ftp file-permissions sftp chmod winscp
Cannot initialize SFTP protocol. Is the host running a SFTP server? WinSCP error

When I try to SSH into my cluster, there are two stages. So I have to enter the password twice …

windows ssh sftp winscp
How do I pass a username to an FTP command from the command line?

I am attempting to script a file upload using WinSCP using a batch script. The problem is, I cannot figure …

batch-file ftp winscp
Download files from SFTP server using PowerShell

I need to download files from SFTP server to a local machine using a PowerShell script. The API/library that …

.net powershell powershell-2.0 sftp winscp
SFTP via JSch is throwing error 4: Failure

I am facing a peculiar issue while trying to SFTP a file from Windows to Unix server. The error "stack …

java sftp jsch winscp
BAT script to copy files from Windows to remote Linux systems

Is there anyway to copy files from Windows machine to a remote Linux machine with a DOS command/other command-line …

windows batch-file winscp
The server rejected SFTP connection, but it listens for FTP connections

When I use WinSCP in Windows to connect to VMware with Ubuntu, it prompted this: The server rejected SFTP connection, …

sftp winscp
Winscp with SSIS package gives System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)

Installed WinSCP .net using nuget installer. Visual Studio 2013 SSIS BIDS 2012 Project references are correct - pointing to DLL that was …

c# visual-studio-2012 ssis sftp winscp