If I used ftp_put to upload a file to an ftp server, how would I get the full url of the uploaded fi
- by Rob
For example, I use file_put() to upload file.rar to public_html/rar/. Would it be possible for me to get the web address of that .rar file?