On Dec 15, 2004, at 8:47 AM, Ian Firla wrote:
On Wed, 2004-12-15 at 08:27 -0500, Lowell Allen wrote:
I'm trying to FTP a text file from a commercial hosting server, but
the file isn't being transferred and I'm not getting any feedback from
the script. Here's the code:
[snip]
$c =
curl_init("f
On Wed, 2004-12-15 at 08:27 -0500, Lowell Allen wrote:
> $fh = fopen("test.txt", "r") or die($php_errormsg);
Try opening the file "rw". At the moment, you're opening it read only.
Ian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I'm trying to FTP a text file from a commercial hosting server, but the
file isn't being transferred and I'm not getting any feedback from the
script. Here's the code:
$username = "whatever";
$password = "somepassword";
$remote_domain = "somedomain.com";
$remote_file_location = "/upload/testtr
3 matches
Mail list logo