
September 14th, 2000, 08:27 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
This is the code I'm useing:
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">code:</font><HR><pre>
$ftp = ftp_connect($ftpserver, 21);
if ($ftp) {
if (ftp_login($ftp, $ftpuser, $ftppass)) {
$ftpfile = @ftp_put($ftp, $remotefile, $localfile, FTP_BINARY);
}
}
ftp_quit($ftp);
[/code]
I have a ADSL line and am on a local network. A coworker told me that hes been told by ppl who hes e-mailed files to (.zip and .pdf) that they couldn't open them when they got the e-mail. Don't know if that is the connection or something.
Thanks for your responds.
------------------
Viper_SB
|