|
Simplify Usage of Net::FTP |
<<<< ^^^^^ >>>> |
-- reduce parameter passing
-- No need to log in before issuing desired command (e.g. get) -- No need to choose BINARY or ASCII mode -- No need to LCD or CD -- No need to make sure you are still logged in
|