Skip to content

Instantly share code, notes, and snippets.

@allanon
Created August 14, 2015 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allanon/7ed7b6ed6f1a251cfe42 to your computer and use it in GitHub Desktop.
Save allanon/7ed7b6ed6f1a251cfe42 to your computer and use it in GitHub Desktop.
fisce009@GL-FISCE009-ML1:~/git/video_platform/bin$ perl /tmp/ftp.pl
Net::FTP>>> Net::FTP(2.77)
Net::FTP>>> Exporter(5.68)
Net::FTP>>> Net::Cmd(2.29)
Net::FTP>>> IO::Socket::INET(1.33)
Net::FTP>>> IO::Socket(1.36)
Net::FTP>>> IO::Handle(1.34)
Net::FTP=GLOB(0x7f8232228d48)>>> USER drpftp4
Net::FTP=GLOB(0x7f8232228d48)<<< 331 Password required for drpftp4
Net::FTP=GLOB(0x7f8232228d48)>>> PASS ....
Net::FTP=GLOB(0x7f8232228d48)<<< 230 User drpftp4 logged in
Net::FTP=GLOB(0x7f8232228d48)>>> TYPE I
Net::FTP=GLOB(0x7f8232228d48)<<< 200 Type set to I
Net::FTP=GLOB(0x7f8232228d48)>>> ALLO 7877
Net::FTP=GLOB(0x7f8232228d48)<<< 200 ALLO command successful
Net::FTP=GLOB(0x7f8232228d48)>>> PASV
Net::FTP=GLOB(0x7f8232228d48)<<< 227 Entering Passive Mode (64,215,193,194,225,55)
Net::FTP=GLOB(0x7f8232228d48)>>> STOR test_file.txt.80454.32
Net::FTP=GLOB(0x7f8232228d48)<<< 150 Opening BINARY mode data connection for test_file.txt.80454.32
Net::FTP=GLOB(0x7f8232228d48)<<< 226 Transfer complete
Net::FTP=GLOB(0x7f8232228d48)>>> HELP SIZE
Net::FTP=GLOB(0x7f8232228d48)<<< 214 Syntax: SIZE <sp> pathname
Net::FTP=GLOB(0x7f8232228d48)>>> SIZE test_file.txt.80454.32
Net::FTP=GLOB(0x7f8232228d48)<<< 213 7877
Created file test_file.txt.80454.32 with size 7877
Net::FTP=GLOB(0x7f8232228d48)>>> QUIT
Net::FTP=GLOB(0x7f8232228d48)<<< 221 Goodbye.
Net::FTP=GLOB(0x7f823181b780)>>> USER drpftp4
Net::FTP=GLOB(0x7f823181b780)<<< 331 Password required for drpftp4
Net::FTP=GLOB(0x7f823181b780)>>> PASS ....
Net::FTP=GLOB(0x7f823181b780)<<< 230 User drpftp4 logged in
Net::FTP=GLOB(0x7f823181b780)>>> TYPE I
Net::FTP=GLOB(0x7f823181b780)<<< 200 Type set to I
Net::FTP=GLOB(0x7f823181b780)>>> ALLO 7877
Net::FTP=GLOB(0x7f823181b780)<<< 200 ALLO command successful
Net::FTP=GLOB(0x7f823181b780)>>> PASV
Net::FTP=GLOB(0x7f823181b780)<<< 227 Entering Passive Mode (64,215,193,194,244,156)
Net::FTP=GLOB(0x7f823181b780)>>> STOR test_file.txt.80454.40
Net::FTP=GLOB(0x7f823181b780)<<< 150 Opening BINARY mode data connection for test_file.txt.80454.40
Net::FTP=GLOB(0x7f823181b780)<<< 226 Transfer complete
Net::FTP=GLOB(0x7f823181b780)>>> HELP SIZE
Net::FTP=GLOB(0x7f823181b780)<<< 214 Syntax: SIZE <sp> pathname
Net::FTP=GLOB(0x7f823181b780)>>> SIZE test_file.txt.80454.40
Net::FTP=GLOB(0x7f823181b780)<<< 213 7877
Created file test_file.txt.80454.40 with size 7877
Net::FTP=GLOB(0x7f823181b780)>>> QUIT
Net::FTP=GLOB(0x7f823181b780)<<< 221 Goodbye.
Net::FTP=GLOB(0x7f823181b7c8)>>> ALLO 7877
Net::FTP=GLOB(0x7f823181b7c8)<<< 200 ALLO command successful
Net::FTP=GLOB(0x7f823181b7c8)>>> PASV
Net::FTP=GLOB(0x7f823181b7c8)<<< 227 Entering Passive Mode (64,215,193,194,29,173)
Net::FTP=GLOB(0x7f823181b7c8)>>> STOR test_file.txt.80454.46
Net::FTP=GLOB(0x7f823181b7c8)<<< 150 Opening BINARY mode data connection for test_file.txt.80454.46
Net::FTP=GLOB(0x7f823181b7c8)<<< 226 Transfer complete
Net::FTP=GLOB(0x7f823181b7c8)>>> HELP SIZE
Net::FTP=GLOB(0x7f823181b7c8)<<< 214 Syntax: SIZE <sp> pathname
Net::FTP=GLOB(0x7f823181b7c8)>>> SIZE test_file.txt.80454.46
Net::FTP=GLOB(0x7f823181b7c8)<<< 213 7877
Created file test_file.txt.80454.46 with size 7877
Net::FTP=GLOB(0x7f823181b7c8)>>> QUIT
Net::FTP=GLOB(0x7f823181b7c8)<<< 221 Goodbye.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment