Connected. >MLSD 150 Accepted data connection 226-Options: -a -l 226 11 matches total Download file list successful. (1218 Bytes) Determination result of the filename Kanji code is UTF-8. >XPWD 257 "/" is your current location >TYPE A 200 TYPE is now ASCII >PASV 227 Entering Passive...
@@ -2282,12 +2282,15 @@ static void DispDownloadFinishMsg(TRANSPACKET *Pkt, int iRetCode) // ClearAll = YES; if(Canceled[Pkt->ThreadCount] == NO && ClearAll == NO) { if(TransferErrorNotify == YES && DispUpDownErrDialog(downerr_dlg, Pkt->hWndTrans, Pkt) == NO) ClearAll = ...
InputDownLoadProc(void) { char Path[FMAX_PATH+1]; int Tmp; // DisableUserOpe(); strcpy(Path, ""); if(InputDialogBox(downname_dlg, GetMainHwnd(), NULL, Path, FMAX_PATH, &Tmp, IDH_HELP_TOPIC_0000001) == YES) { DirectDownLoadProc(Path); } // EnableUserOpe(); return; } /*-...