일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 오카자키 리츠코
- 프로그램
- KBS
- 백업
- 자바스크립트
- USB메모리
- php
- 平野綾
- 옥션
- VMware
- 윈도우즈
- 마비노기
- Microsoft
- Firefox
- xml
- 벤치마크
- MFC
- Hirano Aya
- 岡崎律子
- youtube
- 한국어
- synology
- 맞춤법
- 프린터
- gentoo
- vbscript
- Okazaki Ritsuko
- 파이어폭스
- 리눅스
- KBS한국어능력시험
Archives
- Today
- Total
목록ftp (1)
ARCHIVE ...
FTP 파일 업로드 자동화 VBScript
Set objShell = CreateObject("WScript.Shell") Set objFSO = CreateObject("Scripting.FileSystemObject") Dim command(4) ' Chr(34) - 더블쿼테이션마크 command(0) = "open 117.16.14.27" command(1) = "anonymous" command(2) = "none@gmail.com" command(3) = "put " & Chr(34) & "사유서 제출자명단.hwp" & Chr(34) command(4) = "quit" strTmpPath = objShell.ExpandEnvironmentStrings("%TEMP%") strFile = strTmpPath & "\ftpput.txt" s..
카테고리 없음
2012. 3. 31. 22:26