[plug] Webbased FTP (NON Java)
Sacha Schlegel
sacha at schlegel.li
Wed Aug 22 22:48:27 WST 2001
Hi lathiat
On Wed, 22 Aug 2001 08:06:37 lathiat wrote:
> Are there any php scripts that would let me FTP and upload download
> files, perl or ftp but it must connect to the ftp at the server end
> because i Can't bounce an ftp connection trhough the proxy at school but
> i want access to my ftp site for uploading and downloading stuff to take
> home as well as web page access
>
Hi lathiat
PHP has built in ftp functions like:
ftp_connect
ftp_login
ftp_pwd
ftp_chdir
ftp_put
ftp_get
ftp_fget
..
etc.
Check the php manual.
Sacha
More information about the plug
mailing list