[CMD][FTP]

etc 2015. 3. 9. 16:57

C:\>ftp

ftp> open [ip] [port]

[ip]에 연결되었습니다.

220 Microsoft FTP Service

사용자([ip]:(none)): [id]

331 Password required for [id].

암호:

230 User [id] logged in.

ftp> quit

221


C:\>

'etc' 카테고리의 다른 글

윈도우 2003서버에서 작업스케줄러가 작동하지 않는다.  (0) 2015.01.30
DIR vs PATH  (0) 2015.01.28
WDK 샘플 설치 삽질기  (0) 2013.07.28
ADO 문제(오류번호: 80004003)  (0) 2012.07.10
FTP vs HTTP  (0) 2011.04.14
블로그 이미지

란마12

,

어느날 부터인가 백업용 작업스케줄러가 작동하지 않는다.

탐색기에서 C:\WINDOWS\Tasks에 들어가보면 메뉴에 고급->로그 보기


"backup.job" (06_job) 2015-01-30 오후 10:43:25 ** 오류 **

작업을 시작할 수 없습니다..

특정 오류:

0x80070005: 액세스가 거부되었습니다.

[작업 페이지 찾기] 단추를 사용하여 응용 프로그램을 찾으십시오..


스케줄러에 등록된 스크립트파일 경로와 파일명은 정확했지만 경로에 공백이 들어가서 문제

'etc' 카테고리의 다른 글

[CMD][FTP]  (0) 2015.03.09
DIR vs PATH  (0) 2015.01.28
WDK 샘플 설치 삽질기  (0) 2013.07.28
ADO 문제(오류번호: 80004003)  (0) 2012.07.10
FTP vs HTTP  (0) 2011.04.14
블로그 이미지

란마12

,

DIR vs PATH

etc 2015. 1. 28. 09:44

Directory: A term that has the same basic meaning as folder, but predates the graphical folder concept and does not generally support virtual locations. (Alternate definition: A directory is a folder.)

폴더와 같은 의미, 그러나 UI로 보이는 폴더보다는 앞선 개념이고 가상 위치로 쓰이지 않는다.(디렉토리는 폴더다.)

Path: This term is descriptive in that it represents a type of "road map" to a specific file or directory. (Alternate definition: A path is a list, beginning with a drive letter, that tells which folders to open so that you can find a file or another folder.)

파일이나 폴더를 표현하기 위한 "로드맵"(드라이브 문자로 시작하고 파일이나 다른 폴더를 찾을 수 있는 폴더들의 목록)

Command Prompt window

Using both of these terms and looking at the Command Prompt picture above, if you opened a Windows Explorer folder window (directory) and wanted to get to example.docx that was saved in the Users directory, you would start at Local Disk C, then you would open the Users directory and find example.docx inside. The entire path to the file would be:

이 두가지 개념으로 위의 그림을 살펴보면, 탐색기에서 Users 디렉토리에 저장되어 있는  example.docx 파일을 찾고싶다면, C 드라이브 밑에 있는 Users 디렉토리를 열고 그 안에 있는 example.docx를 찾을 수 있다. 전체 PATH는 아래와 같다:

C:\Users\example.docx

'etc' 카테고리의 다른 글

[CMD][FTP]  (0) 2015.03.09
윈도우 2003서버에서 작업스케줄러가 작동하지 않는다.  (0) 2015.01.30
WDK 샘플 설치 삽질기  (0) 2013.07.28
ADO 문제(오류번호: 80004003)  (0) 2012.07.10
FTP vs HTTP  (0) 2011.04.14
블로그 이미지

란마12

,