Skip to content

Instantly share code, notes, and snippets.

@por
por / scrup_handler.php
Created April 27, 2011 15:08
Scrup FTP Handler
<?
/**
* Scrup FTP handler
* https://github.com/rsms/scrup
*/
$DOMAIN = "http://scrup.domain.com";
$MAXSIZE = 2097152; // 2 MB
$FTP_SERVER = "scrup.domain.com";
$FTP_USER = "scrup";