반응형
ftp> open target_IP ( or hostname) : ftp 서버 커넥션 요청
ftp> user : : 사용자 확인 절차 ( uid or anonymous)
passwd :
ftp> dir ( or ls) : Directory 정보 ( Dos : dir Unix,Linux= ls )
ftp> cd /target_dir : Change Directory
ftp> binary ( or ascii) : binary type or character type
ftp> get target_file : Read (=download)
ftp> put target_file : Write(=upload)
ftp> mput target_file_A target_file_B : Multiple file write
ftp> quit : quit ftp
반응형
'Linux' 카테고리의 다른 글
[Linux]리눅스(Linux) history 명령어기록에 시간 기록 하기 (0) | 2015.02.13 |
---|---|
FTP 와 SFTP 와의 차이점 (0) | 2015.02.10 |
[LInux] 그룹변경 (0) | 2014.08.14 |
[Linux]심볼릭링크 Symbolic link (0) | 2014.06.10 |
[Linux] 패스워드변경 (0) | 2014.01.08 |