Guest User

Untitled

a guest
Mar 15th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. With InetFTP
  2. .RemoteHost = "ftp.blabla.com"
  3. .UserName = "name@domains.com"
  4. .Password = "password"
  5. .Execute url, "PUT c:\project\file file_test"
  6. End With
Add Comment
Please, Sign In to add comment