X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=connect.c;h=92f8ef0d48ee0110bd0a106dc8df5cd7b22d3a12;hb=c3ccec885437f6ad3e4f4cee46b64f6f8700f5a3;hp=2dee5662201c1651b36cf7a325720a55242ea20b;hpb=ffd9ce66d16fb452725a6bb1b5d1ef848fcd2628;p=ffftp%2Fffftp.git diff --git a/connect.c b/connect.c index 2dee566..92f8ef0 100644 --- a/connect.c +++ b/connect.c @@ -1620,6 +1620,9 @@ static SOCKET DoConnectCrypt(int CryptMode, HOSTDATA* HostData, char *Host, char DoPrintf("No password specified."); } } + // FTPES対応 + if(Continue == YES) + Sts = FTP_COMPLETE; } while(Continue == YES); }