ftp 설정을 해줬는데 두가지 설정이 잘안먹힙니다.

khaic0c0의 이미지

ftp 사용하기위해 계정으로 들어가면 /home/계정 그 이하는 못보게 하고싶은데...
root 까지 다 볼수 있습니다. 심지어 다운로드 까지 되는거 같은데...

자기계정만 보게끔 설정하려면 어떻게 해야 하나요?
DefaultRoot ~ 이렇게 해줬는데 안되더군요...

그리고 에디터 플러스로 계정로긴해서 들어가서
원하는 파일 불러다가 저장하려고 하면 OverWrite permission denied
라고 나옵니다...
<Directory /*>
AllowOverwrite on
</Directory>
이렇게 해주면 되는거 아닌가요?

제 ftp 설정 상태입니다.
참고해보시고 조언좀 부탁드립니다... ^^ 감사합니다.
제 ftp 는 proftpd 이고 1.2.8버전 이며 소스 컴파일입니다.

ServerName                      "Sunghee by service" 
ServerType                      standalone 
DefaultServer                   on 

# Port 21 is the standard FTP port. 
Port                            21 

# Umask 022 is a good standard umask to prevent new dirs and files 
# from being group and world writable. 
Umask                           022 

# To prevent DoS attacks, set the maximum number of child processes 
# to 30.  If you need to allow more than 30 concurrent connections 
# at once, simply increase this value.  Note that this ONLY works 
# in standalone mode, in inetd mode you should use an inetd server 
# that allows you to limit maximum number of processes per service 
# (such as xinetd). 
MaxInstances                    30 

# Set the user and group under which the server will run. 
User                            nobody 
Group                           nobody 

# To cause every FTP user to be "jailed" (chrooted) into their home 
# directory, uncomment this line. 
DefaultRoot ~ 

# Normally, we want files to be overwriteable. 
<Directory /*> 
  AllowOverwrite        on 
</Directory> 


# A basic anonymous configuration, no upload directories.  If you do not 
# want anonymous users, simply delete this entire <Anonymous> section. 
<Anonymous ~ftp> 
  User                          ftp 
  Group                         ftp 

  # We want clients to be able to login with "anonymous" as wellas "ftp" 
  UserAlias                     anonymous ftp 

  # Limit the maximum number of anonymous logins 
  MaxClients                    10 "Sorry, maxium users %m -- try again later" 
  MaxClientsPerHost             2 "Sorry, Over 2 connection not allow" 

  # We want 'welcome.msg' displayed at login, and '.message' displayed 
  # in each newly chdired directory. 
  DisplayLogin                  welcome.msg 
  DisplayFirstChdir             .message 
  RequireValidShell             off 
  # Limit WRITE everywhere in the anonymous chroot 
<Limit WRITE> 
  DenyAll 
</Limit> 

  <Directory incoming/*> 
    <Limit STOR CWD READ> 
       AllowAll 
    </Limit> 

    <Limit RMD DELE MKD> 
       DenyAll 
    </Limit> 
  </Directory> 

</Anonymous>
w0rm9의 이미지

DefaultServer                   on
DefaultRoot                     ~/

이렇게 해보세요.

배우고 때때로 익히면, 또한 즐겁지 아니한가?

khaic0c0의 이미지

w0rm9 wrote:
DefaultServer                   on

이건 맨위에서 3번째에서 설정해준건대.. 또 다른곳에서 지정해줘야 되는건가요?

DefaultRoot ~/
이렇게 바꿔줬는데 안되내요... ㅠ.ㅠ

어딜 가든 필요한 인간되자~~ :-)

zhangyuan의 이미지

DefaultServer                   on 
DefaultRoot                     ~/

위와 같이 해 주는것이 맡구요....

앞에 내용쓰고 뒤에 붙일때 tab key로 이동한 상황에서 해 보세요..
그래서 안될때도 있었거던요...

그리고 defaultserver는 위에 한번한걸루 됬구요..

defaultroot 에서 ~ 하구 / 사이에 간격은 두면 안되고 붙여 주시구요...

아님 사용자가 많지 않으면 그냥
defaultroot ~ xxyyzz
이런식으로 특정 사용자에게만 설정할수 있습니다..

삶의 이탈을 꿈꾸며..

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.