Hi I am send the files off ok to my ftp server but people are unable to download the files.
The rotate demo is working as the files are there i think the issue is the url as listed below:-
sv.demoIndexURL "ftp://x.x.x.x/PC_root/"
sv.demoDownloadURL "ftp://x.x.x.x/PC_root/"
sv.autoDemoHook "adminutils/demo/rotate_demo"
I understand it shows as http:// so should i use:-
sv.demoIndexURL "http://x.x.x.x/PC_root/"
sv.demoDownloadURL "http://x.x.x.x/PC_root/"
sv.autoDemoHook "adminutils/demo/rotate_demo"
x.x.x.x being the PC ftp address
I am using an ip address not a host url as its just my own PC ftp????
The rotate demo is working as the files are there i think the issue is the url as listed below:-
sv.demoIndexURL "ftp://x.x.x.x/PC_root/"
sv.demoDownloadURL "ftp://x.x.x.x/PC_root/"
sv.autoDemoHook "adminutils/demo/rotate_demo"
I understand it shows as http:// so should i use:-
sv.demoIndexURL "http://x.x.x.x/PC_root/"
sv.demoDownloadURL "http://x.x.x.x/PC_root/"
sv.autoDemoHook "adminutils/demo/rotate_demo"
x.x.x.x being the PC ftp address
I am using an ip address not a host url as its just my own PC ftp????
Comment