NetDrive
Cloud storage as hard disk
Managing your favorite cloud storage cannot be easier. Just provide cloud login information, and all cloud storages will automatically appear as your virtual drive each time you start your PC.
NAS storage as virtual drive
You can connect to NAS servers by WebDAV or FTP. Many NAS vendors recommend NetDrive as a standard way to mount their NAS products. Share your NAS easily with anyone as virtual drive.
SFTP to securely transfer files
NetDrive supports secure file transfer by SFTP (SSH File Transfer protocol) . Unlike standard File Transfer Protocol (FTP), SFTP encrypt commands and data both, preventing passwords and sensitive information from being transmitted in the clear over a network.
Learn more
WinSCP
WinSCP is a popular SFTP client and FTP client for Microsoft Windows! Copy files between a local computer and remote servers using FTP, FTPS, SCP, SFTP, WebDAV, or S3 file transfer protocols. WinSCP is an open source free SFTP client, FTP client, WebDAV client, S3 client and SCP client for Windows. Its main function is file transfer between a local and a remote computer. Beyond this, WinSCP offers scripting and basic file manager functionality. Graphical user interface, translated into many languages. Integration with Windows (drag & drop, URL, shortcut icons). All common operations with files, and support for SFTP and SCP protocols over SSH and FTP and WebDAV and S3 protocols. Batch file scripting and command-line interface and .NET assembly for advanced programming tasks. Directory synchronization in several semi or fully-automatic ways. Integrated text editor, shares site settings with PuTTY, and supports password, keyboard-interactive, public key, and Kerberos authentication.
Learn more
XigmaNAS
The XigmaNAS operating system can be installed on virtually any hardware platform to share computer data storage over a computer network. ‘NAS’ means “Network-Attached Storage”. XigmaNAS is the simplest and fastest way to create a centralized and easily-accessible server for all kinds of data easily accessed with all kinds of network protocols and from any network. XigmaNAS supports sharing across Windows, Apple, and UNIX-like systems. It includes ZFS v5000 , Software RAID (0,1,5), disk encryption, S.M.A.R.T / email reports etc. with the following protocols: CIFS/SMB (Samba), Active Directory Domain Controller (Samba), FTP, NFS, TFTP, AFP, RSYNC, Unison, iSCSI (initiator and target), HAST, CARP, Bridge, UPnP, and Bittorent which is all highly configurable by its WEB interface. XigmaNAS can be installed on Compact Flash/USB-key/SSD Drive, Hard disk or booted from a LiveCD/LiveUSB with a small usb-key/floppy drive for it’s configuration storage.
Learn more
rsync
rsync is an open source utility that provides fast incremental file transfer. rsync is freely available under the GNU General Public License. The GPG signing key that is used to sign the release files is available from the public pgp key-server network. If you have automatic key-fetching enabled, just running a normal "gpg --verify" will grab my key automatically. Or, feel free to grab the gpp key for Wayne Davison manually. rsync is a file transfer program for Unix systems. rsync uses the "rsync algorithm" which provides a very fast method for bringing remote files into sync. It does this by sending just the differences in the files across the link, without requiring that both sets of files are present at one of the ends of the link beforehand. Optionally preserves symbolic links, hard links, file ownership, permissions, devices and times. Internal pipelining reduces latency for multiple files.
Learn more