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

 

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


번호 제목 글쓴이 조회 날짜
364 리눅스중에 웹글자 깨끗하게 나오는게 있나요? 4 블루 2485 2014.10.17
363 [해결] 카조님 PE 에서 볼륨 축소가 안되네요.. 8 file godworld 2474 2014.09.17
362 윈도우 8.1 과 elementary OS 사용중에 윈도우 부트로더가 망가졌습니다. 1 일인일파 2462 2014.10.31
361 4.2.1 버전이 맞나요 1 klinux 2458 2014.04.03
360 wubi로 우분투 설치할 때.. 1 으음? 2455 2013.12.09
359 lifo-pe 0.6에서 한글전환이 안되네요? 3 brucex 2453 2014.10.16
358 주분투(Xubuntu) 13.10 에서 한/영전환이 안되나요? 2 마니또우 2452 2013.10.19
357 USB 3.0 드라이버 추가wim 2 한걸음 2447 2014.08.16
356 ubuntu7.01 설치질문*^^* 1 Idontknow 2438 2014.04.29
355 산타러브님버전 복사 붙여넣기시... 2 dded1 2421 2014.10.02
354 멀티 리눅스 설치법?? 12 지나다가 2412 2013.10.17
353 프린터 드라이버 설치 1 sky 2411 2014.03.25
352 우분투 그래픽 드라이버 설치도중 다운 후 부팅불가.ㅠㅠ 2 샤방이 2411 2014.11.06
351 초보 질문 도와주세요! 4 Idontknow 2407 2014.04.07
350 WIM 다이어트 방법 4 아저씨 2402 2014.08.22
349 A TPM error (7) occurred attempting to read a pcr value 1 file 시소야 2385 2015.02.28
348 SP5 WIM 드라이버 통합문제 4 file 회탈리 2373 2014.08.14
347 이것은 무엇인지?... 3 하고지비 2367 2014.01.13
346 elementary tweaks에 들어가지지가 않네요.. 1 file eentire 2366 2013.11.06
345 CentOS7 버전 본딩, 클러스터 관련 질문 2 부들부들 2359 2014.08.25

 빠른 글쓰기




   Copyright 2013-2023 LinuxForum