successful CDUP now returns 250 instead to 257

This commit is contained in:
mysticbbs 2013-02-22 20:45:55 -05:00
parent 03668f9f84
commit 201ffd37be
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ Const
re_XferOK = '226 Transfer OK';
re_PassiveOK = '227 Entering Passive Mode ';
re_LoggedIn = '230 User logged in, proceed.';
re_DirOkay = '257 Working directory is now ';
re_DirOkay = '250 Working directory is now ';
re_UserOkay = '331 User name okay, need password.';
re_NoData = '425 Unable to open data connection';
re_BadCommand = '503 Bad sequence of commands.';