I am a php newbie... I have a webpage that after the person logs into the webserver via a php I create, I want to redirect them to an ftp server.
Obviously securely.. is this possible using the ftp_connect calls???
I am basically trying to allow members access to an ftp server for uploading files from a browser.
thx