The FTP url differs from the HTTP so that there is a need for an HttpHomePath.
Here an example:
what i need:
FTP: domain.com/screenshots/web/filename.dat
HTTP: http://screenshots.domain.com/filname.dat
The only thing i can do now is:
FTP: ftp://domain.com:21/screenshots/web/screenshot.jpg
HTTP: http://domain.com/screenshots/web/screenshot.jpg
or
FTP: ftp://screenshots.domain.com:21/screenshots/web/screenshot.jpg
HTTP: http://screenshots.domain.com/screenshots/web/screenshot.jpg
So one possibility to fix this is to allow custom url's like
"http://domain.com/%filename%" or a seperet FtpHomePath for custom ftp routes!
Thanks!
Original issue reported on code.google.com by felix.kn...@gmail.com on 11 Jun 2012 at 8:21
Original issue reported on code.google.com by
felix.kn...@gmail.com
on 11 Jun 2012 at 8:21