filezilla
- ftp 클라이언트 접속 프로그램으로 오픈 소스로 배포가 된다.
-------------------------------------------------------------------
filezilla 홈페이지 : http://filezilla-project.org/
FileZilla_3.1.6_i586-linux-gnu.tar.bz2 (다운로드)
-------------------------------------------------------------------
1. filezilla 다운로드 및 압축 해제
[root@localhost ~]# cd /root/Desktop
[root@localhost Desktop]# ls
FileZilla_3.1.6_i586-linux-gnu.tar.bz2
[root@localhost Desktop]# cp FileZilla_3.1.6_i586-linux-gnu.tar.bz2 /usr/local/src
[root@localhost Desktop]# cd /usr/local/src/
[root@localhost src]# ls
FileZilla_3.1.6_i586-linux-gnu.tar.bz2
[root@localhost src]# tar xvfj FileZilla_3.1.6_i586-linux-gnu.tar.bz2
[root@localhost src]# ls
FileZilla3 FileZilla_3.1.6_i586-linux-gnu.tar.bz2
-------------------------------------------------------------------
2. filezilla 실행
[root@localhost src]# cd FileZilla3
[root@localhost FileZilla3]# ls
bin share
[root@localhost FileZilla3]# cd bin
[root@localhost bin]# ls
filezilla fzputtygen fzsftp
[root@localhost bin]# ./filezilla
-------------------------------------------------------------------
2. filezilla를 실행시킨 모습
'Linux Server 구축 > 2-1. FTP Server' 카테고리의 다른 글
FTP Server - proftpd.conf (0) | 2008.12.18 |
---|---|
FTP Server - proftpd (0) | 2008.12.18 |
FTP Server - vsftp - vsftpd.conf (0) | 2008.12.18 |
FTP Server - vsftp (0) | 2008.12.18 |