Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FTP Stops Working #4

Open
jakbaaw opened this issue Jun 15, 2018 · 2 comments
Open

FTP Stops Working #4

jakbaaw opened this issue Jun 15, 2018 · 2 comments

Comments

@jakbaaw
Copy link

jakbaaw commented Jun 15, 2018

Hi,
I'm new at this so if I leave out something critical please let me know.

I'm having some trouble with ftp-download. I've tried some other node-red ftp nodes and have had similar trouble so I'm thinking this is my application, but I can't find where.

The situation is I'm trying to pull some simple .txt files from an FTP server hosted on an industrial device. I want to do this in short intervals. Then I process the data in those files. The issue I run into is that if I execute the FTP node more than a couple times it stops pulling the files and nothing comes out on the debug node on the other side.

This .jpg shows the flow after one execution.
simple_ftp_application_1st_flow

This .jpg shows the flow after the second execution. Notice that two messages come through with one execution of the flow, which seemed peculiar to me.
simple_ftp_application_2nd_flow

After that I get nothing. I can still access the FTP server from other applications, just not through node-red.

@teastman
Copy link
Owner

That is really odd, is the server set up by you? Do you know if it has any throttling enabled, or any kind of ddos prevention measures? I can't imagine why it would be caused by node red, I've used this node to hit the same ftp file location thousands of times in a row successfully.

@jakbaaw
Copy link
Author

jakbaaw commented Aug 9, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants