Advertisement
Guest User

Untitled

a guest
Jun 1st, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.36 KB | None | 0 0
  1. #include <FTP.au3>
  2. Global $server = "omgbotting.yc.cz"
  3. Global $username = "omgbotting.yc.cz"
  4. Global $pass = "omgbothost"
  5. Start()
  6. Func Start()
  7. $Open = _FTPOpen('MyFTP Control')
  8. $Conn = _FTPConnect($Open, $server, $username, $pass)
  9. $Ftpp = _FtpPutFile($Conn, "E:\Autoit\OmgBotNew\test.ini", "test.ini")
  10. $Ftpc = _FTPClose($Open)
  11. MsgBOx(1,"","TEST")
  12. EndFunc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement