Skip to content

joyeop/Monsta-FTP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monsta FTP

Open source PHP/Ajax cloudware that puts FTP file management right in your browser, anywhere, any time.

Important

The server running this script must allow external FTP connections if you intend to allow connection to external servers.

Upload Limits

The "Upload Limit" seen on screen is set in your server's PHP.INI file.

Configuration

$charSet An array of encodings for editing files.

$ftpHost
Enter the host address/port/mode if it should always be a fixed host address. Leave this blank if you want the user to input their host address.

$ftpPort
21 is the default

$ftpMode
1 for passive, 0 for not passive (passive is default)

$ftpSSL
1 for SSL, 0 for not SSL - your (server must support ftp_ssl_connect() to use this)

$ftpDir
Enter an FTP server path for the default login (or leave blank for home folder)

$serverTmp
This is a folder on the client server for uploading files to.
By default it's /tmp (Linux), which is the server's folder for temporary files, however you can set any folder, provided it has 777 chmod permissions, so it can be written to from the web. Windows temp folder is typically "C:\WINDOWS\Temp" (backslashes must be escaped with another backslash)

$editableExts
A list of file types that can be edited in the text editor

$dateFormatUsa
USA date format - 1 for mm/dd/yy, 0 for dd/mm/yy

$lockOutTime
The number of minutes to lockout 3 consecutive invalid logins

$sessionLockIP Force session to be validated against remote IP address

$restrictSaveCredentials Do not offer to save login login details

$maxUploadSize The largest file size to accept on upload. If empty, defaults to PHP's memory limit. Prefix multipliers/PHP "shorthand byte" values may be used ('T', 'G', 'M', 'K').

$defaultSkin Use this skin by default

Links

FAQ, support requests, bug reports:
http://www.monstaftp.com/support/

Please consider a donation:
http://www.monstaftp.com/donations/

Help spread the word (links, logos):
http://www.monstaftp.com/promote/

Please write a review:
http://www.monstaftp.com/reviews/

License

GNU General Public License Version 3 (GPLv3) see LICENSE for details

About

Open source PHP/Ajax cloudware that puts FTP file management right in your browser, anywhere, any time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 80.7%
  • JavaScript 14.5%
  • CSS 4.6%
  • HTML 0.2%