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

Integration of active FTP #251

Open
malee1975 opened this issue Mar 27, 2024 · 0 comments
Open

Integration of active FTP #251

malee1975 opened this issue Mar 27, 2024 · 0 comments

Comments

@malee1975
Copy link

I have been looking into integrating compatibility for active FTP into your node. At the moment I am just going through the distributed source, making some minor adjustments to see if it is possible or not.

Just wondering if you have any pointers that might help...

Basically I have added a new method name to the Array that is sent to the enterFirstCompatibleMode function. For example enterActiveMode . This function is just a copy of the enterPassiveModeIPv4 function.

Due to the fact that PORT like PASV is reliant on IPV4.

I am hard coding the PORT connection command as PORT 127,0,0,1,0,21

The connection to the server is successful, however as soon as connection is made I receive an error message.

The real IP has been blacked out.

Screenshot 2024-03-27 173121

I figure the issue may well relate to the command and control ports, but at the moment it is hard to tell...

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

1 participant