Search found 1 match

by wozas123
12 Jul 2022, 08:18
Forum: Scripts and Functions (v1)
Topic: [Class] FTP
Replies: 23
Views: 10622

Re: [Class] FTP

Code: Select all

XX = %dd%

hFTP := FTP.Open("AHK-FTP")
hSession := FTP.Connect(hFTP, "XXXX, 21, "XXX", "XXX")
FTP.PutFile(hSession, "D:\%dd%.txt", "/sdb1/00/00.txt")
FTP.Disconnect(hSession)
FTP.Close(hFTP)

no way to use variables
It doesn't make sense to use
only send one by one

Go to advanced search