Re: [PHP-DB] best" upload method

2003-09-13 Thread David Smith
ct("$ftp_server"); $upload = ftp_put($conn_id, "$destination_file", "$source_file", FTP_BINARY); ftp_quit($conn_id); how depends on the application ? - Original Message - From: "David Smith" <[EMAIL PROTECTED]> To: "open-mind" <[EMAIL PRO

Re: [PHP-DB] best" upload method

2003-09-12 Thread open-mind
- From: "David Smith" <[EMAIL PROTECTED]> To: "open-mind" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, September 12, 2003 9:04 PM Subject: Re: [PHP-DB] best" upload method > > which is the "best" upload file method ? >

Re: [PHP-DB] best" upload method

2003-09-12 Thread David Smith
> which is the "best" upload file method ? > file uploads or FTP commands from PHP Now that's the most open ended question I've read all day. Here, flip a coin. If it falls heads, FTP. If it falls tails, the other one. Even still, I'm not sure I understand the question: File uploads or FTP command