Oct 23, 2005 #1 justride Programmer Jan 9, 2004 251 US Hello, Can I use php files function to open files that are on another ftp server since I have the credentials? I tried file('ftp://usernameassword@domain.com') and this wont work ANy ideas? THanks
Hello, Can I use php files function to open files that are on another ftp server since I have the credentials? I tried file('ftp://usernameassword@domain.com') and this wont work ANy ideas? THanks
Oct 23, 2005 #2 jemminger Programmer Jun 25, 2001 3,453 US try the php ftp functions http://us2.php.net/manual/en/ref.ftp.php -jeff http://www.jeffemminger.comtry { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); } i like your sleeves...they're real big Upvote 0 Downvote
try the php ftp functions http://us2.php.net/manual/en/ref.ftp.php -jeff http://www.jeffemminger.comtry { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); } i like your sleeves...they're real big
Oct 23, 2005 Thread starter #3 justride Programmer Jan 9, 2004 251 US awesome thanks! Upvote 0 Downvote