Top "Winscp" questions

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

Process a file after a file is finished being written Windows Command Line .bat

I've seen this question asked (not so much answered) for java and linux but not for Windows Command Line batch …

windows command-line batch-file winscp
Suppress the use of host key in SFTP or SCP using WinSCP

I am working on an application in which I am downloading files using WinSCP .NET assembly (version 5.5.0.3839) My code to …

c# sftp public-key winscp winscp-net
Transferring file from local machine to server in WinSCP using Java

I want to write a notepad file and upload it to a WinSCP path. I used to create those files …

java scp jsch winscp jcifs
Using VBA to run WinSCP script

I am able to download files from SFTP in CMD window, by using following code: WinSCP.com # Connect to the …

excel vba cmd winscp
PowerShell "You must provide a value expression following the '/' operator" error when calling WinSCP.com

I have a piece of code that puts a file into an FTP server. Looks like this: "C:\Program Files (…

windows powershell ftp sftp winscp
WinSCP .NET assembly SynchronizeDirectories: Upload of file ... was successful, but error occurred while setting the permissions and/or timestamp

I am using WinSCP .NET Assembly in PowerShell for file synchronization with a SFTP server. I am using the following …

powershell winscp winscp-net
I'm having trouble using SCP to upload files to Sourceforge

So I finished writing my first program and I'm trying to upload it to my sourceforge account, but the file …

shell scp sourceforge winscp
How to move/rename file using WinSCP .NET Assembly when target file exist already?

I'm developing SFTP file transferring project using WinSCP .NET Assembly (C#). I want to move files in server. Here is …

c# winscp winscp-net
set times: Operation not permitted

In WinSCP, If you have opened a file from the server on your local and on making changes and pressing (…

timestamp winscp
WinSCP error "No such file" when uploading files to server

Currently I'm programmatically trying to upload files to a server using the WinSCP API. However looking at the log files …

vb.net ssh sftp winscp winscp-net