Custom Query (8168 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (118 - 120 of 8168)

Ticket Resolution Summary Owner Reporter
#118 Date formats differ, can't compare dates killerapp
Description

The date formats for local and remote currently display in two different formats. The Remote displays in bytes, and the local displays in whole KBs which makes file size comparison very difficult.

This bug was first notices in 1.94, I just upgraded to 1.97 and the problem is still there.

#119 netscapes ftp server irzyxel
Description

netscape did something to their ftp server. cuteftp still shows the dir listing, but doesnt know the path anymore. filezilla says its an empty dir.

#120 no connection to default site djnestle
Description

On my system (win95), the function "connect to default site" does not work. I could fix the problem by changing the while-loop within function CSiteManager::GetDefaultSite(CString substring) : (changed/new lines are marked *) while(RegEnumKeyEx(key,index,buffer,&length,0,0,0,0)==ERROR_SUCCESS) {

t_Site *site;

  • if(substring == "")
  • site=GetDefaultSite(buffer);
  • else

site=GetDefaultSite(substring+"
"+buffer);

if (site)

return site;

index++; length=1000;

}

David

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.