ftp

How to Transfer Files with Commander One

Introduction Commander One is a dual-panel file manager for Mac OS with built-in FTP/FTPS/SFTP client. Although the FTP client is a paid feature its basic options are free and paid functionality is available to you for 15 days trial for free. Commander One is essentially a file management solution, and it  significantly enhances the FTP […]


How to: FTP Uploads with Python

Introduction In another article on using ftplib in Python, we talked about using Python’s ftplib library to connect to an FTP server and download both binary and text files to our local machine. In this segment, I’ll introduce several new concepts, including uploading text and binary files, error handling, and common directory commands using the […]



How to FTP with Python: The Basics

Introduction If you’re running a server of any kind or dealing with HIPAA server storage, at some point you’ll probably find it necessary to use FTP. FTP stands for File Transfer Protocol and is the de facto standard for transferring files from one place to another. Python has a fully mature FTP library that any script can […]


How to: SFTP Commands – Securely Transfer Files to a Remote Server

Verified and Tested 08/31/15 Introduction In this How-to, we will be going over the  SFTP commands to make our lives easier and to work more effective in our shell sessions. SFTP is an acronym for “Secure File Transfer Protocol” and it is a secure way for file management over a network using SSH. Essentially it is FTP using SSH. Prerequisites […]






How to Install FTP on Windows Server 2012 R2

Verified and Tested 02/25/2015 Introduction We will show you how to install FTP on a Windows Server 2012 R2. Prerequisites Windows server with IIS – take a look at our helpful how-to on installing IIS on your Windows Server. If you need a server, you can spin up a Windows VPS Hosting server in under […]


First Last