Guest User

Untitled

a guest
Aug 16th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. use Net::FTP::Mock (
  2. localhost => {
  3. username => { password => {
  4. active => 1,
  5. root => "t/remote_ftp/"
  6. },},
  7. },
  8. );
Add Comment
Please, Sign In to add comment