Guest User

Untitled

a guest
Jan 14th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.12 KB | None | 0 0
  1. _host=ftp.fileserve.com
  2. _user=EddYLoL
  3. _pass=b5bdc49b
  4.  
  5. ftp $_host
  6. user $_user $_pass
  7. binary
  8. prompt
  9. mput *.rar
  10. exit
Add Comment
Please, Sign In to add comment