-
Notifications
You must be signed in to change notification settings - Fork 99
Description
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.
I figure the issue may well relate to the command and control ports, but at the moment it is hard to tell...
