Q&A

  • nmftp.connect 시 오류좀 고쳐주세요
error message는

500 5.5.1 command unrecognized : 'USER ksy' 입니다.



NMFTP1.Vendor := NMOS_AUTO;

NMFTP1.Host := HostTxt.Text;

NMFTP1.Port := StrToInt(PortTxt.Text);

NMFTP1.Timeout := 30000;

NMFTP1.UserID := UserTxt.Text;

NMFTP1.Password := PassTxt.Text;

try

NMFTP1.Connect;

except

On E:Exception do begin

showmessage(E.message);

exit;

end;

end;



제발 알켜주세요



1  COMMENTS
  • Profile
    전수완 2001.02.09 13:40
    스위밍 wrote:

    > error message는

    > 500 5.5.1 command unrecognized : 'USER ksy' 입니다.

    >

    > NMFTP1.Vendor := NMOS_AUTO;

    > NMFTP1.Host := HostTxt.Text;

    > NMFTP1.Port := StrToInt(PortTxt.Text);

    > NMFTP1.Timeout := 30000;

    > NMFTP1.UserID := UserTxt.Text;

    > NMFTP1.Password := PassTxt.Text;

    > try

    > NMFTP1.Connect;

    > except

    > On E:Exception do begin

    > showmessage(E.message);

    > exit;

    > end;

    > end;

    >

    > 제발 알켜주세요

    >



    유저를 확인하세요.