G
Guest
I've got no idea how to get a files from ftp server to a local machine
using visual basic scripts.... is anybody who can help me?
I try that code:
SET o = CreateObject("ADODB.Connection")
IF o.FtpConnect("ftp.name.xxx", "username", "pass") Then
IF o.FtpGetFileEx("/folder/file.txt","c:\file.txt") Then
Return
RETURN o.FtpClose(ftp.priceles.com)
END IF
END IF
I don't know VBS scripts as well as i want but I'm not able to find
good idea how to do it... Thx for answer
using visual basic scripts.... is anybody who can help me?
I try that code:
SET o = CreateObject("ADODB.Connection")
IF o.FtpConnect("ftp.name.xxx", "username", "pass") Then
IF o.FtpGetFileEx("/folder/file.txt","c:\file.txt") Then
Return
RETURN o.FtpClose(ftp.priceles.com)
END IF
END IF
I don't know VBS scripts as well as i want but I'm not able to find
good idea how to do it... Thx for answer