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
4
votes
1 answer

WinSCP .NET assembly throwing "The winscp.exe executable was not found at location of the assembly" when installed to GAC for SSIS

I have a package which downloads files from FTP using WinSCP which runs perfectly when I execute it locally. But we are facing issues when we run from the deployed version from SSIS DB Catalog. GAC registration already done for the .dll file. Below…
Prakazz
  • 321
  • 5
  • 16
4
votes
1 answer

Synchronizing today's files from remote to local directory using WinSCP

I need to synchronize files from remote to local directory using the following command synchronize local "D:\ftp\OUT" /out It works fine but is there a way to download files which their dates of creation are today?
user3548593
  • 489
  • 1
  • 6
  • 22
4
votes
2 answers

Export sessions from WinSCP to FileZilla

I have been using WinSCP for a while and have decided to give FileZilla another go for a while before I make the final decision. Is there a way to export all my saved sessions from WinSCP and import them into FileZilla?
user1683285
  • 363
  • 2
  • 4
  • 11
4
votes
2 answers

MySQLdump to directory with WinSCP or similar

On my CentOS VPS server I currently backup all my hosted website files via an automated SFTP session using a script. I use WinSCP for this. Unfortunately, this does not include a backup of the MySQL databases which I have about 20 of. Is it best to…
Sara44
  • 382
  • 1
  • 8
  • 24
4
votes
2 answers

WinSCP: Where can I find the list of successfully transfered files? Like in FileZilla

When I transfer files with WinSCP, I only see them while they are being transferred. Once the files are uploaded/downloaded the queue becomes empty and no "history" is available. Am I missing something? Is there a plugin to see successful transfers?
makemake
  • 43
  • 1
  • 1
  • 3
4
votes
4 answers

Importing WinSCP source files into Microsoft Visual Studio 2008?

I am pretty new to programming. I would like to download an open source project and build it in my Microsoft Visual Studio 2008. In fact, I tried to import and build the application WinSCP: https://sourceforge.net/projects/winscp/ But I didn’t…
David Don
3
votes
4 answers

Change file extension after FTP transfer

I'm transferring a small text file over FTP and trying to change the file extension after the transfer's been completed so the destination server can process the contents, how do I do this, the commands on winscp.net aren't particularly helpful but…
Dani
  • 2,270
  • 3
  • 18
  • 27
3
votes
3 answers

Persistent WinSCP connection for batch copy in Python

I'm trying to copy thousands files to a remote server. These files are generated in real-time within the script. I'm working on a Windows system and need to copy the files to a Linux server (hence the escaping). I currently have: import…
Duke
  • 318
  • 1
  • 5
  • 15
3
votes
1 answer

How do I convert public RSA key (in text form) to private PPK key file?

I have been 'emailed' a "PUBLIC" AES 256 RSA Key (for example): "ssh-rsa AAASDHFhdfsdSDHF2SHdf932hSDF29SDFHSDF2SDFHSDF23SHDFewhw92sdfhSDFS29843SdhsdfZSDH= some@bunk" Now, I am being asked to use it for a WinSCP SFTP session connection. I see…
Peter
  • 4,933
  • 14
  • 55
  • 97
3
votes
3 answers

How to get a directories file size from an FTP protocol in a .NET application

I am currently making a small .NET console application to do an automateed backup of some of my files onto my server. The issue that I am running into is that I've had some bad weather on my end which led to some power and network outages. During…
Seb
  • 3,332
  • 8
  • 65
  • 106
3
votes
1 answer

replace WinSCP with FileZilla - is this possible?

well i am a admirer of the superb WinSCP (see http://winscp.net ) FTP-client for many years. Several months i switched to Linux - now i run a OpenSuse 11.4. Question - can i replace WinSCP with FileZilla - is this possible Well i did not yet got…
dilbert
  • 33
  • 1
  • 5
3
votes
4 answers

How can I login to amazon ec2 with root directly in PuTTY or WinSCP?

How can I login to Amazon EC2 with root directly in PuTTY?? Each time I need to su - root first and change to root... Is there any other ways?? How can I login to Amazon EC2 with root directly in WinSCP or Filezilla?? Since I want to "push" the…
red23jordan
  • 2,663
  • 10
  • 34
  • 53
3
votes
1 answer

Only upload the latest folder to FTP (Local -> Remote)

I need to be able to upload a local folder (created daily) to a remote FTP everyday. I’ve messed with WinSCP file masks (i.e. put -filemask="*>=today" C:\local\ /) and ran into issues where it would upload the latest folder (contained subfiles) but…
kost82
  • 33
  • 3
3
votes
2 answers

Monitoring uploaded files on FTP server using WinSCP .NET assembly in PowerShell

I trying to write PowerShell script who can send a email when a new file his drop on a FTP (I'm not the owner of the FTP so I can't do a cron job). I got a error because I'm using the Contains method and after some research Contains doesn't work…
Ivanova
  • 55
  • 3
3
votes
1 answer

Downloading SFTP files through WinSCP on a Windows Service freezes

I'm trying to build a service that downloads some log files using SFTP and imports them to the database. Because Delphi doesn't come with SFTP components, I have created a BAT file to download the logs using WinSCP DownloadLogs.bat: WinSCP.com <…
Marc Guillot
  • 5,367
  • 11
  • 30