Skip to content

Rocker2102/ftp-web-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FTP Client

Web app to browse ftp sites with a better UI/UX than the browser default.

Made using PHP7 and Materialize.css v.1.0 © CSS3 framework.

A HTTPS connection should be used to prevent password leakage while transferring sensitive links (downloading files).

Note

This web app does not create a persistent connection to the FTP server. A new connection (new login/session) is created before every operation (unless you are viewing a cached or local copy of the results).