ftp-test.php 131 B

1234567891011
  1. <?php
  2. $ftp = get_input('ftp');
  3. elgg_load_library('backup_tool');
  4. backup_tool_upload_to_ftp(NULL,$ftp);
  5. //echo "success";
  6. exit;