Example #1
0
 /**
  * Download the contents of a remote file.
  *
  * @param string $remote
  * @param string $local
  * @return void 
  * @static 
  */
 public static function get($remote, $local)
 {
     \Illuminate\Remote\Connection::get($remote, $local);
 }