--- Main.c Sat Nov 10 03:06:34 2001 +++ Main.c Sat Nov 10 03:11:23 2001 @@ -460,7 +460,7 @@ /* There would be problems if we had multiple ncftp's going. They would - * each try to update the files in ~/.ncftp. Whichever program exited + * each try to update the files in ~/.desk/ncftp. Whichever program exited * last would have its stuff written, and the others which may have made * changes, would lose the changes they made. * --- Main.h.orig Mon Oct 30 03:13:42 1995 +++ Main.h Sat Nov 10 03:12:52 2001 @@ -6,7 +6,7 @@ int uid; } UserInfo; -#define kOurDirectoryName ".ncftp" +#define kOurDirectoryName ".desk/ncftp" #define kLogName "log" #define kTmpLogName "log.copy" #define kHistoryName "history"