Skip to main content

WinSCP

WinSCP is a free Windows client originally for SFTP/SCP/FTP that gained S3 support in recent versions. If you already have WinSCP installed for SSH-based workflows, it's a quick way to get to your Filebase buckets too.

Install

Download from winscp.net. Make sure you have version 5.13 or later for S3 support.

Configure

  1. Open WinSCP and click New Site.
  2. Set File protocol to Amazon S3.
  3. Fill in:
FieldValue
Host names3.filebase.io
Port443
Access key IDYour Filebase access key
Secret access keyYour Filebase secret key
  1. Click AdvancedEnvironment / S3 and set:
FieldValue
URL stylePath
Regionauto
  1. Save the session and Login.

Common workflows

WinSCP's two-pane interface puts your local filesystem on one side and Filebase on the other. Drag files between to upload/download.

Synchronization

Commands → Synchronize opens the synchronization dialog, which works just like rsync — local-to-remote, remote-to-local, or bidirectional, with checksum validation and dry-run support.

Scripting

WinSCP has a .NET assembly and a CLI mode for scripting. Configure once via the GUI, save the session, then drive transfers from PowerShell:

winscp.com /command "open Filebase" "put C:\Reports\daily.csv /my-bucket/" "exit"

What's next