Skip to content
WindowsTip
2013.09.21 15:58

VBS) FTP.scriptlet and Shell.scriptlet

조회 수 48506 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

VBS) FTP.scriptlet and Shell.scriptlet

 

'Script_Type:   scriptlet
'keywords:      ftp, XML,


'Comment:
'This is a scriptlet that allows you to easily transfer files via FTP
without an external control.


'Script:


'Sample useage:
Set ftp = WScript.CreateObject("FTP.Scriptlet")
ftp.Host = "ftp.microsoft.com"
ftp.LocalDir = "C:\Downloads"
ftp.RemoteDir = "/some/where"
ftp.Download "*.vbs"


http://computer-programming-forum.com/61-wsh/589c54e684d46a26.htm

 

로그인 후 댓글쓰기가 가능합니다.

?

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소