"리눅스 SFTP 클라이언트"의 두 판 사이의 차이

33번째 줄: 33번째 줄:


==같이 보기==
==같이 보기==
*[[FTP 클라이언트]]
*[[리눅스 SFTP 서버]]
*[[리눅스 SFTP 서버]]
*[[윈도우 서버에 SFTP 구축하기]]
*[[윈도우 서버에 SFTP 구축하기]]

2014년 3월 17일 (월) 00:13 판

1 개요

SFTP Client
리눅스 SFTP 클라이언트
SSH FTP, SSH 파일 전송 프로토콜

리눅스 최소설치시 SFTP 서버 기능은 포함되어 있지만, SFTP 클라이언트 기능은 없다.

2 설치

yum install openssh-clients -y

3 확인

[root@jmnote ~]# rpm -qa openssh-clients
openssh-clients-5.3p1-81.el6.x86_64
[root@jmnote ~]# whereis sftp
sftp: /usr/bin/sftp /usr/share/man/man1/sftp.1.gz

리눅스용 SFTP 클라이언트 소프트웨어의 이름도 sftp이다.

[root@jmnote ~]# sftp --help
usage: sftp [-1Cv] [-B buffer_size] [-b batchfile] [-F ssh_config]
            [-o ssh_option] [-P sftp_server_path] [-R num_requests]
            [-S program] [-s subsystem | sftp_server] host
       sftp [[user@]host[:file [file]]]
       sftp [[user@]host[:dir[/]]]
       sftp -b batchfile [user@]host

4 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}