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

 

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


번호 제목 글쓴이 조회 날짜
114 dd if 로 하면 usb 남은 공간이... 2 컴터그만하고공부해라 1428 2014.12.22
113 윈도우 8.1 게임이나 인터넷 서핑중 튕김현상 도와주세요. 안녕요 1467 2014.12.30
112 AMD CPU POWER NOW 기능 끄기 1 제이 1653 2015.01.02
111 플래쉬 한글 잘 나오느 분 계세요??? 3 컴터그만하고공부해라 1121 2015.01.03
110 루트 비밀번호 2 컴터그만하고공부해라 1187 2015.01.04
109 LXLE 노트북 덮개시 설정은 어디 있나요? 12 컴터그만하고공부해라 1885 2015.01.06
108 Debian 질문 7 컴터그만하고공부해라 1479 2015.01.07
107 젠투 리눅스에 깔려고 합니다.? 6 file 모노스 1857 2015.01.14
106 Win7 (32bit) 에 centos7 설치시 문의 및 멀티 부팅 여부. 문의드려요~ 1 zsd 2170 2015.01.16
105 apt-get update 오류 2 구르뫼취한농부 1788 2015.01.20
104 소프트센타에서 다운받다가 멈출때 ? file 성민컴퓨터 1173 2015.01.21
103 iMac 2010 mid 에 민트를 설치 하려고 합니다. 도움 부탁 드립니다. 4 Toubitobi 1179 2015.01.21
102 kali linux의 grub4dos 설정 4 으음? 1842 2015.02.08
101 c언어좀 도와주실분 계신가요? ㅠㅠ 넥스 1117 2015.02.25
100 A TPM error (7) occurred attempting to read a pcr value 1 file 시소야 2379 2015.02.28
99 wim화일usb에설치하는방법 3 오랜길 1324 2015.03.02
98 드림 HS 드라이버 설치가 안되네요 2 evolution 1627 2015.03.02
97 deepin 2014.2 한글입력을 못하겠습니다. 2 symbiosis 1942 2015.03.07
96 드림 HS를 USB에 넣어서 PE처럼 사용가능 한가요? 1 코니772 2043 2015.03.09
95 Dream HS v2 x64 질문 드립니다. 9 file savvy 2239 2015.03.11

 빠른 글쓰기




   Copyright 2013-2023 LinuxForum