merbin2012 / sharex

Automatically exported from code.google.com/p/sharex
0 stars 1 forks source link

FTP Home path #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Use "@screenshots.domain.com" or "@screenshots.%host" for HttpHomePath.

Original comment by flexy...@gmail.com on 11 Jun 2012 at 9:20