Skip to main content

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

ftp://172.30.227.2/../gisgroup/lab2prod/test.zip works but the ftpcaller don't seems to like it

 

getting HTTP/FTP transfer error: 'Access denied to remote resource' 

0684Q00000ArMuiQAF.gif

 


ftp://172.30.227.2/../gisgroup/lab2prod/test.zip works when go to it direct

but the ftpcaller don't seems to like it


Reply