Subject: | feature requests |
Please consider adding these features to future releases of Net::FTPSSL.
1) If the Debug option is true, print FTP session dialog before SSL
takes over, preferrably starting from the "220 welcome..." line. This
way I can tell if the server is down, or I accidently hit a non-ssl server.
2) Add a hash() method, and, when enabled, print "#" marks to STDERR
during file transfers. This makes it easier to break out hung sessions,
while allowing slow file transfers to continue.