rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: would on November 12, 2009, 08:01:45 PM

Title: How to create a direct download link with password ?
Post by: would on November 12, 2009, 08:01:45 PM
Hello, does HFS can create a direct download link which contains username and password? For example, we can combine username and password in the FTP link, such as  ftp://username:password@domain.com/test.exe. So we can download the test.exe file directly. Does HFS can also do the same thing ? thx
Title: Re: How to create a direct download link with password ?
Post by: SilentPliz on November 12, 2009, 09:13:11 PM
In expert mode ... In the VFS > right click on a file:

Copy URL with password > username

The syntax is:

http://username:password@domain_or_ip:Port/file.xxx
Title: Re: How to create a direct download link with password ?
Post by: would on November 13, 2009, 12:19:08 PM
Thanks for you reply. Now my question has solved. ;D