Click the
to load local files in your 'product-downloads' folder. Select the file applicable to the product, this
is the file to be downloaded by the buyer after purchase. Alternatively, specify a full url to a remote file hosted on a cloud service like
DropBox or Amazon S3.
For FTP, you must include your ftp username, password, host name and the file path. Lets say your remote file is located on a remote server at:
public_html/downloads/file.zip
The path you should specify to this file would be:
ftp://USERNAME:PASSWORD@HOST/public_html/downloads/file.zip
(Replace USERNAME,PASSWORD & HOST with your own details). Another example might be:
ftp://USERNAME:PASSWORD@HOST/example.com/public_html/downloads/file.zip
(Replace USERNAME,PASSWORD & HOST with your own details and replace example.com)
It depends on your server structure and path. This may be trial and error. The path will be generally from the location of your ftp root details. So when you log in via FTP
if you see a public_html folder the path should start with that. If you see a list of domains, it will start with the relevant domain. FTP files can be stored outside of the web root
on the remote server as well.