Wget FTP CSV Datafeed Import Script
PHP Code
+ 0 likes
Please Register to submit score.
| Average Score | 7.3 (of 3 scores) |
| Date Added | Mar 10, 2005 |
| Last Updated | Apr 18, 2008 |
| Tags | csv datafeed ftp import mysql wget |
Introduction
This can be used in conjunction with my PHP gunzip, unzip File Extractor
Note: "wget -P db" means to put the file in the /db directory. You'll need to create it or change that parameter to match your system.
PHP Snippet:
Wget FTP CSV Datafeed Import Script
Posted on Mar 11, 2005 10:56 am
Posted on Mar 11, 2005 10:56 am
sorry Hawkee, I must give you a five :( this is a good script but it requires you to have other things like wget installed on your server... that's just not what people are looking for, but instead of 0 i gave you a five because it's a very useful code if you have wget :D
PHP Snippet:
Wget FTP CSV Datafeed Import Script
Posted on Mar 11, 2005 5:39 pm
Posted on Mar 11, 2005 5:39 pm
wget is almost universally installed on Linux and BSD servers. It won't work on Windows, however.
PHP Snippet:
Wget FTP CSV Datafeed Import Script
Posted on Mar 12, 2005 3:34 am
Posted on Mar 12, 2005 3:34 am
I've never needed to install wget, it's always installed. This is acting as an example for using wget.






