-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
P1S: PASV fails across subnets #18
Comments
I've never had a network configuration to test this in, but I'm open to adapting the plugin to make it more compatible. If you are willing to test these changes locally and verify it works for you I can verify on my end it still works as expected in other areas. |
Thanks! I'll dig into it a bit later. |
I'm not sure what is going on with this. The ftp lib already handles For anyone else who wants to pick it up, here is a quick cross-network curl that works. The logs hint that on connection refused curl falls back to using a single connection, but I haven't tried to convince this library to do that yet.
|
Lots and lots of things don't work across subnets on the Bambu firmware, and one of them is
PASV
. It returns an IP of 0.0.0.0 and eventually the connection times out. (I can get debug logs if you want, but it hangs trying to connect to the provided port.)Looking online, is it possible to adapt this answer? It throws away the provided address and subs in the original:
The text was updated successfully, but these errors were encountered: