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

 

알드라이브 말고 탐색기로  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로 아이디나 비번으로 접근하게 할수 없나요??


번호 제목 글쓴이 조회 날짜
94 DREAM PE 8.3 에서 키보드 한글이 안됩니다 동꼴레옹 1838 2015.03.16
» centos7 에서 윈도우에서 접근 가능하게 file 코리안 1688 2015.03.26
92 홈 그룹 연결 오류 file savvy 1340 2015.03.27
91 리눅스 sed명령어 관련하여 질문 드립니다. 최임원 932 2015.04.20
90 elementary os luna 테마 이상 혹시 있으신분 있나요? 1 file 나그네1004 1173 2015.04.21
89 리눅스도 윈도우의 vhd부팅 같은 가상 disk 부팅이 가능하나요? 7 ggamjath 2997 2015.04.22
88 리눅스(우분투) 컴파일러 mang 934 2015.05.17
87 리눅스 민트 삼성노트북 설치시 유선랜, 유선마우스, 블루투스 안되요. 도와주세요 5 키타카미 2049 2015.05.20
86 윈도우8.1 부팅매니저 1 Lemon 1245 2015.06.13
85 리눅스 쉘 프로그래밍에 대해 질문 있습니다! 2 찡남이 938 2015.06.23
84 nsrexecd 의 역할 1 포도봉봉 1436 2015.06.26
83 Centos 6.3 root 가 로그인이 안됩니다. 1 뜨라락 720 2015.07.21
82 급합니다!!최근에 나온 리눅스 배포판을 설치하면 나타나는 오류 도와주세요!! 2 file Http80 858 2015.07.27
81 탐색기 우클릭 텍스트 문서 메뉴추가는 어떻게 하나요? 동꼴레옹 809 2015.08.01
80 고수분들 좀 도와주세요 3 smart1103 786 2015.08.20
79 압축 비번.. 2 Key 1434 2015.08.30
78 원10과 리눅스 마운트 불가 2 모란앵두 1232 2015.09.04
77 갑자기 하모니카(리눅스 민트) 로그인 화면에서 꺼집니다. 6 Isit 766 2015.09.09
76 Windows 10 시작메뉴 백업/복구 방법 2 file 사과 1159 2015.09.10
75 하모니카와 윈도우10 멀티부팅이 안되서... 2 생명샘 1103 2015.09.18

 빠른 글쓰기




   Copyright 2013-2023 LinuxForum