If I used ftp_put to upload a file to an ftp server, how would I get the full url of the uploaded fi

Posted by Rob on Stack Overflow See other posts from Stack Overflow or by Rob
Published on 2010-06-16T08:25:43Z Indexed on 2010/06/16 8:32 UTC
Read the original article Hit count: 244

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about php

Related posts about ftp