From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 11 Nov 1997 13:26:53 +0900 From: Kenji Arisawa arisawa@ar.aichi-u.ac.jp Subject: [9fans] A patch for ftp.c Topicbox-Message-UUID: 6b48cdbc-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19971111042653.BWh0tiyF9JJuYF_T3I8PvxudaXMDxAmJAuPo0GirIqM@z> Hello! 9fans This is a patch to /sys/src/cmd/service/ftp.c Although a patch on announcement is already ex st, there is another bug in ftp.c. Using Plan9 ftp server ls -l does not list in long format. Change the source to work it: term% diff ftp.c.orig ftp.c 673c673 < sprint(buf, "tcp!%d", port); --- > sprint(buf, "tcp!*!%d", port); 898,899c898,899 < if(Cflag) < lflag = 0; --- > if(lflag) > Cflag = 0; Kenji Arisawa E-mail: arisawa@aichi-u.ac.jp P.S. By the way: How can we put subject field when we use mail command on plan9?