ftp_connect
Posted by: vosy (---.119.broadband13.iol.cz)
Date: August 09, 2009 11:43AM

Hi, i'm trying to use wamp and i'd like to create folder over php ftp fce (ftp_connect, ftp_login, ftp_mkdir).
But i dont know where to setup (server, login, password).
I'm trying to connect from localhost and ovet [192.168.1].* as well.

what should i to setup into httpd.conf.

Thx

Options: ReplyQuote
Re: ftp_connect
Posted by: c2dan (---.15-1.cable.virginmedia.com)
Date: August 09, 2009 11:49AM

Read the PHP manual on the ftp_* functions [php.net]

You wont be able to use FTP to transfer files to WAMP. WAMP does not come with FTP server. However you can use the PHP ftp_* functions to transfer files to existing FTP servers.

If you want to setup local FTP server check out [filezilla-project.org]

Options: ReplyQuote


Sorry, only registered users may post in this forum.