Solved

ftpcaller download file higher level direcotory

  • 10 October 2016
  • 3 replies
  • 4 views

Badge +5

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?

icon

Best answer by david_r 10 October 2016, 09:08

View original

3 replies

Userlevel 5

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

Badge +5

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

 

Badge +5

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