FTP 로그인 프로그래밍에 대한 질문입니다.

skylandi의 이미지

로그인 과정에서 익명 로그인과 회원 로그인이 있는데~~ 약간의 문제점이 발생해서 묻고 싶어서 글을 올립니다.[버그 ㅠㅠ]

230-

Welcome To xxx.xxxxFTP Archive Site
----------------------------------------------------------


Uptime: Tue Jan 28 01:33:29 2003
Now Login Users : 3/10
Available Disk Space: 10947784(KB)

If you have any problem, please contact
Thank you for the visit and have a nice day!

-----------------------------------------------------------

230 Anonymous access granted, restrictions apply.

요런 메세지에가 나올경우~
일반 회원 같은경우 230이 나오고 익명 로그인 같은경우 메세지에 230-가 붙어서 나오는다 둘다 처리를 해야하는지 조언 부탁 드립니다.

june8th의 이미지

그 둘의 차이는 한줄 응답과 여러줄 응답입니다.
어쩌다 보니, 익명은 여러줄, 실명은 한줄 안내가 나오게 되는 것이지요.
RFC를 다시 한번 살펴보세요.

익명 사용자의 이미지

먼저 RFC 문서를 읽어보시길 권합니다.
응답코드 뒤의 -는 다음줄에도 계속된다는 것을 의미합니다.

1. 230 abc. -> 1줄만 내려오는 경우

2. 230-abc -> 각각의 응답코드가 앞에 붙어서 내려오는 경우
230- cde
230 def.

3. 230-abc -> 처음과 끝에만 코드가 있는경우
cde
230 def

세 경우를 모두 처리해 주셔야 합니다.
보통 세번째 경우 cde 앞에는 공백 문자가 1~2개 있더군요.

skylandi의 이미지

recv함수로 메세지를 가져오는데...
로그 메세지를 제대로 가져오지 못하는 경우가 있습니다.[80]%정도는 가져오는데 나머지 20%로의 문제가 있는데... recv()함수의 버그일까요?

내가 하고자 하는길....

charsyam의 이미지

recv 의 return 값을 확인해서 그 수와 받은 글자 수가 같으면 올바르게 recv

한것입니다. tcp 특성때문에 한번 보내도 2~3번 이상 나눠 받을 수 있습니다.

그럼 고운 하루...

=========================
CharSyam ^^ --- 고운 하루
=========================

skylandi의 이미지

이해가 좀 모자라서 그러는데~
예를 보여 주시면 감사 하겟습니다.

즐거운 코딩을 하루가 되시길 ㅠㅠ

내가 하고자 하는길....

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.