-
Notifications
You must be signed in to change notification settings - Fork 759
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 proxy, take 2 #1051
Comments
|
i'd put it into the squid config page i do not think a plugin is necessary as squid is in the base system... i would rather put squid in as plugin |
|
@langerma squid ftp doesn't really work with data connections ;( |
|
@fichtner ahh i understand...sorry just read the forum post. |
|
Hi, what do you think about the idea not to use the ftp-proxy but netgraph instead? For example:
Now the FTP control connection goes through loX -> ng_ether.lower -> ng_ftp.in. The benefits are
The disadvantage is the missing ng_ftp node type. But this can be easily adopt from e.g. ng_tee. What do you think, is that feasible? Frank |
|
Hmm, either you are on holiday, very busy or the netgraph idea is absolutely nonsense ;-) Ok, then back to ftp-proxy.
If you need help I can do the job. |
|
Thanks to @fbrendel we now have an implementation in the plugins to be released in a 16.7.x after resolving a few more limitations of the core. :) |
Design questions:
via: https://forum.opnsense.org/index.php?topic=3293.0
The text was updated successfully, but these errors were encountered: