Skip to content

port is not taken into account #1

Description

@pardoc

The "port" argument is not taken into account in the "init" of PyFTP.
It is parsed in "ftp_host()", and value is returned and stored in self.port, but not used later.
Unfortunately, "FTP" object constructor does not allow a port to be specified. Then, should be instantiated without args, and later call "connect" and specify "self.port".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions