globalscape/vbs/64.vbs

26 lines
1.5 KiB
Plaintext

' 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.18"
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 = "a"
MySite.Password = "a"
MySite.SocksInfo = ""
MySite.ProxyInfo = ""
' Connect to remote server
MySite.Connect
'MySite.GetList "/*.bak", "E:\cuteftpdest\temp_list.txt"
MySite.DownloadAsync "/ftp.bak", "E:\cuteftpdest\"