Securely Transfer Your File To Remote Computer

A very common job for a web developer is actually uploading a single file from a directory in your development environment to the exact same subdirectory on a remote server. Unfortunately, this always ends up as an irritating manual process including switching sites on machines, and wastes a large amount of time. One solution to this issue is using WinSCP. With WinSCP you can securely transfer your files to the remote server, and the best thing is secure synchronization of your files. Reduces a lot of my time.

WinSCP is an open source SFTP client and FTP client for Windows. Its main function is the secure file transfer between a local and a remote computer. Beyond this, WinSCP offers basic file manager functionality. It uses Secure Shell (SSH) and supports, in addition to Secure FTP, also legacy SCP protocol.

How to use WinSCP:

1. Download WinSCP (link available at the end of this article)

2. Start WinSCP, and fill in your server host, username and password. I choose SCP/SFTP for better security.

winscp-1

3. It will connect to your host.

winscp-3

4. Then you are ready to transfer your files:

winspc-2

WinSCP also has a command line interface, so you can integrate it with another program. It has lots of useful features, like synchronize folder, text editor (I integrate it with Notepad++), terminal, and more.

Download WinSCP