/phpftp

FTP client made with PHP by http://kaikkitietokoneista.net

Primary LanguageHTML

phpftp

Web based FTP client.

Testing

Clone this repository: git clone https://github.com/RoyTakanen/phpftp.git

Go into it: cd phpftp

Start a development server: php -S localhost:8080

Go in the web browser to localhost:8080

I use DLP Test FTP credentials to test the program.

Features

FTP

  • login
  • logout
  • list files in current directory
  • change directory
  • create directories
  • upload files
  • delete files
  • edit text files
  • download files
  • preview files
  • change permissions
  • view permissions

Other

  • automatically check if API host runs PHP (the JS only needs to be created)
  • keyboard shortcuts