This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Note: Anyone could access your data if they guess this URL. You should remove this file from the server | |
// after importing or name it to something "unguessable". For even better security use an .htaccess rule. | |
// | |
// If you're experiencing problems you can uncomment the following line so errors will be sent to the file. | |
// ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); | |
// | |
// Enter the FTP (or HTTP) URL of your data file below. | |
$url = "ftp://username:[email protected]/full/path/to/file.csv"; |
NewerOlder