/
usr
/
share
/
perl5
/
Net
/
FTP
/
Upload File
HOME
package Net::FTP::E; require Net::FTP::I; @ISA = qw(Net::FTP::I); $VERSION = "0.01"; 1;