Forum Moderators: phranque
I am using flashfxp to upload my files and i face a problem when trying to copy the urls of the files which located in the public_html.
The url i get is similar to this:
ftp://www.example.com/public_html/directory/file.jpg
Then i must alter "ftp" to "http" and delete "public_html" from the url to get a valid link.
( valid link: http://www.example.com/directory/file.jpg )
It is fatiguing to do this changes manually especially when i upload many files.
Is there any efficient method to get valid links directly?
[edited by: encyclo at 1:49 pm (utc) on Aug. 26, 2007]
[edit reason] switched to example.com [/edit]