Hi All,
I can download a file using the ftpcaller, but cannot work out if possible to download when the file is on higher level directory
ftp://172.30.227.2/../gisgroup/test.zip
Is this possible?
Hi All,
I can download a file using the ftpcaller, but cannot work out if possible to download when the file is on higher level directory
ftp://172.30.227.2/../gisgroup/test.zip
Is this possible?
Is this the URL you're using? If so, it will proably not work since you're trying to go on level up relative to the root.
This ought to work:
ftp://172.30.227.2/gisgroup/../test.zip
Which would be the equivalent to:
ftp://172.30.227.2/test.zip
Is this the URL you're using? If so, it will proably not work since you're trying to go on level up relative to the root.
This ought to work:
ftp://172.30.227.2/gisgroup/../test.zip
Which would be the equivalent to:
ftp://172.30.227.2/test.zip
getting HTTP/FTP transfer error: 'Access denied to remote resource'
ftp://172.30.227.2/../gisgroup/lab2prod/test.zip works when go to it direct
but the ftpcaller don't seems to like it