in reply to sftp question

To see from which version a Module is in the Core Perl distribution write:
$ perl -MModule::CoreList -e 'print Module::CoreList->first_release("N +et::SFTP")'
But if you have an old version of Perl you need to install Module::coreList first

Casiano