EFTScriptSamples/vbs/72.vbs

25 lines
1.5 KiB
Plaintext
Raw Permalink Normal View History

2022-09-13 11:37:49 -05:00
<EFBFBD><EFBFBD>' VBS Script Generated by CuteFTP (TM) macro recorder.
' Generated at: 4/19/2016 1:58:40 PM.
' Create TEConnection object
Set MySite = CreateObject("CuteFTPPro.TEConnection")
' Initialize remote server host name, protocol, port, etc.
MySite.Host = "192.168.102.39"
MySite.Protocol = "SFTP"
MySite.Port = 22
MySite.Retries = 30
MySite.Delay = 30
MySite.MaxConnections = 4
MySite.TransferType = "AUTO"
MySite.DataChannel = "DEFAULT"
MySite.AutoRename = "OFF"
' WARNING!!! SENSITIVE DATA: user name and password.
MySite.Login = "test"
MySite.Password = "test"
MySite.SocksInfo = ""
MySite.ProxyInfo = ""
' Connect to remote server
MySite.Connect
'MySite.GetList "/*.exe", "E:\temp_list.txt"
MySite.DownloadAsync "/*.txt", "E:\cuteftpdest\"