Guest User

Untitled

a guest
Oct 30th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. HOST = 'a.b.c.d';
  2. USER = 'hello';
  3. PASS = 'world';
  4.  
  5. conn = ftp(HOST, USER, PASS);
Add Comment
Please, Sign In to add comment