Page 1 of 1
/tool fetch failure: poll err
Posted: Mon Mar 28, 2016 11:39 pm
by satish143
I am trying to fetch this file but getting error. I have confirmed ftp is working fine. I am using version 6.34.2
[admin@fw] > /tool fetch address=10.10.10.1 src-path=EXPORT.FW_filter.rsc mode=ftp port=21 user=admin password=123456
status: failed
failure: poll err
Re: /tool fetch failure: poll err
Posted: Fri May 13, 2016 5:55 am
by macsrwe
I also would like to know what "poll err" means. I see this failure reported in one other thread, against 6.34, but I am experiencing it with both sides of the connection running 6.33.1.
Re: /tool fetch failure: poll err
Posted: Fri Nov 25, 2016 4:01 pm
by Specter
Hi there.
I think poll = policy error
I created a Group called "ftp-fetch"
and enable the following policies:
>ftp
>read
>sensitive
And then ftp user within that group.
Regards
Re: /tool fetch failure: poll err
Posted: Sun Jul 30, 2017 2:03 am
by macsrwe
Ran into this error again today. It was not a policy error. Turned out to be a typo in the source path.
"Poll error" is a pretty obscure diagnostic for this situation.
![Sad :(](./images/smilies/icon_sad.gif)
Re: /tool fetch failure: poll err
Posted: Sat Nov 18, 2017 3:16 pm
by wgrando1993
HI guys;
i believe for some problem, but i solved to inroduce:
upload = "yes"
in the syntax, informing to "fetch" what you should do, "send a file"
Re: /tool fetch failure: poll err
Posted: Sat Nov 18, 2017 11:30 pm
by macsrwe
HI guys;
i believe for some problem, but i solved to inroduce:
upload = "yes"
in the syntax, informing to "fetch" what you should do, "send a file"
If you neglect to specify the proper transfer direction, and the source-path does not exist on the (intended) target router, then this is simply a specific degenerate instance of the "file not found" case already discussed.