FTP Drive is an
installable file system
The Installable File System (IFS) is a filesystem API in MS-DOS/PC DOS 4.x, IBM OS/2 and Microsoft Windows that enables the operating system to recognize and load drivers for file systems.
History
When IBM and Microsoft were co-developing O ...
and
network redirector for NT-based
Microsoft Windows operating systems. This program is a
File Transfer Protocol
The File Transfer Protocol (FTP) is a standard communication protocol used for the transfer of computer files from a server to a client on a computer network. FTP is built on a client–server model architecture using separate control and data ...
(FTP)
client
Client(s) or The Client may refer to:
* Client (business)
* Client (computing), hardware or software that accesses a remote service on another computer
* Customer or client, a recipient of goods or services in return for monetary or other valuabl ...
whose functionality can be accessed from any
file manager
A file manager or file browser is a computer program that provides a user interface to manage files and folders. The most common operations performed on files or groups of files include creating, opening (e.g. viewing, playing, editing or print ...
in an OS. FTP
servers have to be configured in a special applet and appear in Windows explorer (or any other file manager) as subdirectories of a (virtual) network drive (the
drive letter
In computer data storage, drive letter assignment is the process of assigning alphabetical identifiers to volumes. Unlike the concept of UNIX mount points, where volumes are named and located arbitrarily in a single hierarchical namespace, driv ...
also can be configured). As of October 28, 2007, this program is
freeware
Freeware is software, most often proprietary, that is distributed at no monetary cost to the end user. There is no agreed-upon set of rights, license, or EULA that defines ''freeware'' unambiguously; every publisher defines its own rules for t ...
.
Read-only file access can be completely transparent to applications, as long as they do not use very large
memory-mapped file
A memory-mapped file is a segment of virtual memory that has been assigned a direct byte-for-byte correlation with some portion of a file or file-like resource. This resource is typically a file that is physically present on disk, but can also b ...
s. Random write access is not possible due to limitations of the protocol. It is possible to copy files to a server, and programs which write files sequentially, as one operation, should not have problems with write access. This program has some support for
FTP over SSL and TLS.
It is reported to be incompatible with 64 bit Windows systems.
References
External links
Official websitesourceforge
FTP clients
{{Windows-software-stub