Top

PHP Code Snippets Tagged with ftp

  (2)  
Sort by 
I've found this to be quite useful in handing uploaded files through HTTP. You can use this to move the file from your /tmp folder to a folder on your site that isn't mode 777. The concept is simple.
Tags: copy  file  ftp  http  secure 
3 comment(s)   |   Score: 7.3   |   Language: PHP   |   Posted by Hawkee on Mar 13, 2005
This will download a datafeed to your server from the given FTP account. This only supports CSV datafeeds and requires a minor tweak to accomodate any other type of datafeed. It also requires that you
Tags: csv  datafeed  ftp  import  mysql  wget 
3 comment(s)   |   Score: 7.3   |   Language: PHP   |   Posted by Hawkee on Mar 10, 2005
Bottom