*이 게시판의 게시물은 삭제할 수 없습니다.
  삭제 요청은 서비스-문의하기 이용 바랍니다.
  비공개/상용 자료 요청은 금지합니다.

 

알드라이브 말고 탐색기로  centos7 를 접근하고 싶은데요


방법좀 알켜주세요


 

0000.jpg

 


ftp    

pub 로 접속은 가능하게 했는데 단점은 폴더 생성및 자료 업로드가 안되더라구요


셋팅은 


ftp 설정하기 관리자로 해야함

#rpm -q vsftpd

설치
#yum install vsftpd

.
.
.
#systemctl start vsftpd
#systemctl status vsftpd

#cd /var/ftp/pub/
#touch test1 test2 tset3


포트오픈
#iptables -I INPUT -p tcp --dport 20 -j ACCEPT
#iptables -I INPUT -p tcp --dport 21 -j ACCEPT

방어벽 해제

[root@localhost ~]# systemctl list-unit-files | grep fire 결과 >> firewalld.service disabled
[root@localhost ~]# systemctl list-unit-files | grep iptables 결과 >> iptables.service disabled
[root@localhost ~]#

#
#
#
#
#
systemctl stop firewalld
systemctl stop iptables
systemctl stop ip6tables
#리부팅 뒤에도 실행 안되게끔 #systemctl disable firewalld
systemctl disable iptables
systemctl disable ip6tables


vi /etc/vsftpd/vsftpd.conf

anonymous_enable=NO

local_enable=YES

write_enable=YES

local_umask=022

dirmessage_enable=YES

xferlog_enable=YES

dual_log_enable=YES

log_ftp_protocol=YES

connect_from_port_20=YES

xferlog_file=/var/log/vsftpd/vsftpd.log

xferlog_std_format=YES

ftpd_banner=Welcome to Bootcamp FTP service.

chroot_local_user=YES

listen=YES

pam_service_name=vsftpd

userlist_enable=YES

tcp_wrappers=YES


### Passive Mode

#pasv_enable=Yes

#pasv_max_port=11000

#pasv_min_port=10000



이런식으로 했습니다..

수정해야할 부분좀 알켜주세요~

 

윈도우 탐색기로 ftp로 아이디나 비번으로 접근하게 할수 없나요??


번호 제목 글쓴이 조회 날짜
» centos7 에서 윈도우에서 접근 가능하게 file 코리안 1682 2015.03.26
113 리눅스와 윈도우를 파티션을 나누어 설치하여 사용하고 있습니다. 3 일인일파 1675 2014.10.25
112 AMD CPU POWER NOW 기능 끄기 1 제이 1653 2015.01.02
111 데비안 wheezy ati 티어링방지 도와주세요. 2 레종 1638 2014.11.05
110 9월22일 업데이트를 해도 똑같네요 2 file giwldlst 1632 2014.09.24
109 드림 HS 드라이버 설치가 안되네요 2 evolution 1627 2015.03.02
108 우분투, 드라이브가 많이 사라졌습니다.^^ 6 file 샤방이 1557 2014.11.06
107 우분투 14.04 LTS, 인터넷 검색시 우클릭 해제 샤방이 1491 2014.11.06
106 Debian 질문 7 컴터그만하고공부해라 1479 2015.01.07
105 윈도우 8.1 게임이나 인터넷 서핑중 튕김현상 도와주세요. 안녕요 1467 2014.12.30
104 압축 비번.. 2 Key 1431 2015.08.30
103 dd if 로 하면 usb 남은 공간이... 2 컴터그만하고공부해라 1428 2014.12.22
102 nsrexecd 의 역할 1 포도봉봉 1421 2015.06.26
101 centOs7)virsh 명령어 입력하여도 아무런 변화가 없습니다..ㅠㅠ 1 부들부들 1372 2014.12.08
100 swap 파티션 5 컴터그만하고공부해라 1367 2014.12.09
99 시작 프로그램에 추가하고 싶습니다. 3 컴터그만하고공부해라 1365 2014.11.23
98 리눅스 vhd 가능한가요? 대니 1351 2014.12.03
97 다른 배포판으로 교체여부 2 dukez73 1347 2014.11.12
96 리눅스에서 다른 서버 파일 유무 확인 스베스베낼름 1341 2014.12.01
95 홈 그룹 연결 오류 file savvy 1334 2015.03.27

 빠른 글쓰기




   Copyright 2013-2023 LinuxForum