FTP Web

Web based FTP, SFTP, SCP Client


Move your cursor here to resize
Like it? Share it!

  • Our system will automatically restart every 6 hours ( 6 & 12 AM/PM CET Time) to maintain stability, all ongoing processes will be cancelled at that time.

    FTP / SFTP / SCP

    Connect to your server with regular FTP or secure FTP.

    ZIP UPLOADS

    Upload zip archives and extract on your server.

    FILE EDITING

    Edit your remote files on-screen with the code-friendly editor.

    RESPONSIVE

    Works flawlessly across all your devices and screen sizes.

    SECURE

    HTTPS and No logging. We never store your login data.

    EASY

    Runs from your web browser. No software to download. No firewall hassles. Nothing to install.

    Advice & Limitation

    What is ...

    Protocol Definition
    FTP 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 connections between the client and the server. FTP users may authenticate themselves with a clear-text sign-in protocol, normally in the form of a username and password, but can connect anonymously if the server is configured to allow it. For secure transmission that protects the username and password, and encrypts the content, FTP is often secured with SSL/TLS (FTPS) or replaced with SSH File Transfer Protocol (SFTP).
    FTPS FTPS is an extension to the commonly used File Transfer Protocol that adds support for the Transport Layer Security and, formerly, the Secure Sockets Layer cryptographic protocols.
    SFTP SSH File Transfer Protocol (also Secure File Transfer Protocol, or SFTP) is a network protocol that provides file access, file transfer, and file management over any reliable data stream. It was designed by the Internet Engineering Task Force (IETF) as an extension of the Secure Shell protocol (SSH) version 2.0 to provide secure file transfer capabilities. The IETF Internet Draft states that, even though this protocol is described in the context of the SSH-2 protocol, it could be used in a number of different applications, such as secure file transfer over Transport Layer Security (TLS) and transfer of management information in VPN applications
    SCP Secure copy protocol (SCP) is a means of securely transferring computer files between a local host and a remote host or between two remote hosts. It is based on the Secure Shell (SSH) protocol. "SCP" commonly refers to both the Secure Copy Protocol and the program itself.