Home > Back-end >  can i give a URL to client to download files from my cpanel
can i give a URL to client to download files from my cpanel

Time:11-19

i have a digital agency (wordpress), and i dont know if is posible to delivery the project from my website EX(mywebsite com/client.pdf), or other solution! thanks

i try to upload file to File manager in my cpanel the URL file work just for me, and the other required to connect to cpanel

CodePudding user response:

upload the file to the directory within your ftp server that you want the user to be provided the link to.

for instance if you want the url to be mywebsite.com/client.pdf

go to that domains root directory in your ftp server. Drop in the file you want them to have access to and send them the link.

If you want to make it even more secure you could add a htaccess rule to integrate a password for the url ensuring its a for your eyes only situation.

Hope this helps

CodePudding user response:

You can also give the direct download links of zip file to your client.

-Login into your cpanel -Go to file manager -Create one directory under public_html and copy/move all the project related files under this directory. -Compress the respective directory and make its zip file -Now set the full permission to the respective file, and try to access it directly from the browser like https://yourdomain.com/client.zip -You client can directly access this url from his browser and it will start the download directly.

Hope this will helps to address your query

  • Related