PSFTP는 PuTTY SFTP의 약자입니다.
파일을 전송할 때 굉장히 유용합니다.
PuTTY Download Page :
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
위 사이트에 가시면 "PuTTY", "PSFTP", "PSCP", 등등 많은 tool이 있습니다.
일단 PSFTP를 다운 받으시고, path를 설정하셔서 command를 이용할 수도 있고, 그냥 마우스 더블 클릭으로 사용하셔도 됩니다.
아래 사이트에는 PSFTP 사용법에 대하여 나와 있습니다.
Using PSFTP to transfer files securely
저는 간단히 파일을 주고 받는 방법만 서술 하겠습니다.
6.2.4 The help command: get quick online help
If you type help, PSFTP will give a short list of the available commands.
If you type help with a command name - for example, help get - then PSFTP will give a short piece of help on that particular command
- PSFTP를 실행하시고 "help"를 입력하면 명령어에 대한 설명이 간단하게 나옵니다. 이것을 보시면 어느 정도 사용 방법을 알 수 있습니다.
6.2.2 The open command: start a session
If you started PSFTP by double-clicking in the GUI, or just by typing psftp at the command line, you will need to open a connection to an SFTP server before you can issue any other commands (except help and quit).
To create a connection, type open host.name, or if you need to specify a user name as well you can type open user@host.name.
Once you have issued this command, you will not be able to issue it again, even if the command fails (for example, if you mistype the host name or the connection times out). So if the connection is not opened successfully, PSFTP will terminate immediately.
- 간단히 설명하면 PSFTP를 실행시키고, open xxx.xxx.xxx.xxx. 하시면 sftp서버에 접속이 됩니다.
6.2.7 The get command: fetch a file from the server
To download a file from the server and store it on your local PC, you use the get command.
In its simplest form, you just use this with a file name:
get myfile.dat
If you want to store the file locally under a different name, specify the local file name after the remote one:
get myfile.dat newname.dat
This will fetch the file on the server called myfile.dat, but will save it to your local machine under the name newname.dat.
- get "파일명" 하시면 원하시는 파일을 local computer로 가져오실 수 있습니다.
6.2.8 The put command: send a file to the server
To upload a file to the server from your local PC, you use the put command.
In its simplest form, you just use this with a file name:
put myfile.dat
If you want to store the file remotely under a different name, specify the remote file name after the local one:
put myfile.dat newname.dat
This will send the local file called myfile.dat, but will store it on the server under the name newname.dat.
- put "파일명" 하시면 원하시는 파일을 remote server(sftp server)로 전송할 수 있습니다.
'You need' 카테고리의 다른 글
| [dll] msvcr71.dll (0) | 2010/03/02 |
|---|---|
| [exe4j] java exe파일 만들기 (0) | 2010/02/05 |
| [tool] psftp 사용 (0) | 2009/10/30 |
| [tip] Excel 창 여러개 열기 (10) | 2009/10/16 |
| [link]영문 무료 폰트 다운로드 (4) | 2009/07/15 |
| 윈도우7 테마 : Seven-RemixXP (2) | 2009/06/08 |

psftp.exe


