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

 

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


번호 제목 글쓴이 조회 날짜
174 탐색기 우클릭 텍스트 문서 메뉴추가는 어떻게 하나요? 동꼴레옹 807 2015.08.01
173 급합니다!!최근에 나온 리눅스 배포판을 설치하면 나타나는 오류 도와주세요!! 2 file Http80 857 2015.07.27
172 Centos 6.3 root 가 로그인이 안됩니다. 1 뜨라락 716 2015.07.21
171 nsrexecd 의 역할 1 포도봉봉 1421 2015.06.26
170 리눅스 쉘 프로그래밍에 대해 질문 있습니다! 2 찡남이 937 2015.06.23
169 윈도우8.1 부팅매니저 1 Lemon 1240 2015.06.13
168 리눅스 민트 삼성노트북 설치시 유선랜, 유선마우스, 블루투스 안되요. 도와주세요 5 키타카미 2046 2015.05.20
167 리눅스(우분투) 컴파일러 mang 927 2015.05.17
166 리눅스도 윈도우의 vhd부팅 같은 가상 disk 부팅이 가능하나요? 7 ggamjath 2989 2015.04.22
165 elementary os luna 테마 이상 혹시 있으신분 있나요? 1 file 나그네1004 1167 2015.04.21
164 리눅스 sed명령어 관련하여 질문 드립니다. 최임원 927 2015.04.20
163 홈 그룹 연결 오류 file savvy 1334 2015.03.27
» centos7 에서 윈도우에서 접근 가능하게 file 코리안 1682 2015.03.26
161 DREAM PE 8.3 에서 키보드 한글이 안됩니다 동꼴레옹 1831 2015.03.16
160 Dream HS v2 x64 질문 드립니다. 9 file savvy 2239 2015.03.11
159 드림 HS를 USB에 넣어서 PE처럼 사용가능 한가요? 1 코니772 2043 2015.03.09
158 deepin 2014.2 한글입력을 못하겠습니다. 2 symbiosis 1941 2015.03.07
157 드림 HS 드라이버 설치가 안되네요 2 evolution 1627 2015.03.02
156 wim화일usb에설치하는방법 3 오랜길 1324 2015.03.02
155 A TPM error (7) occurred attempting to read a pcr value 1 file 시소야 2378 2015.02.28

 빠른 글쓰기




   Copyright 2013-2023 LinuxForum