Skip to main content
Solved

ftpcaller download file higher level direcotory

  • October 10, 2016
  • 3 replies
  • 22 views

rudy_v
Contributor
Forum|alt.badge.img+6

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?

Best answer by david_r

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

david_r
Celebrity
  • Best Answer
  • October 10, 2016

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


rudy_v
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • November 7, 2016

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

 


rudy_v
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • November 10, 2016

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

but the ftpcaller don't seems to like it