From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: steve.simon@snellwilcox.com Message-Id: <1456643346@snellwilcox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Id: <1456643346-1@snellwilcox.com> Content-Transfer-Encoding: 7bit Subject: [9fans] a little more ftpfs Date: Fri, 3 Jan 2003 10:06:54 +0000 Topicbox-Message-UUID: 3b559eac-eacb-11e9-9e20-41e7f4b1d025 Hi, Sorry, I diff'ed the wrong version of the file and missed this change last night. The below is another change to proto.c. It asks the server use long filenames where it can (our ftp server uses 8.3 by default and so I get Windows style munged filenames without this change). BTW when I synchronised against sources today I got hundreds of directories as having been "locally modified", not really a problem but its nice to see a short list of modified files which allows me to check what I have fiddled with. Is there an easy way to synchronise only these directories and not the directory's contents? -Steve diff /n/sources/plan9/sys/src/cmd/ip/ftpfs/proto.c proto.c 54d53 < 216a216,223 > case NetWare: > /* > * Request long, rather than 8.3 filenames, > * where the Servers & Volume support them. > */ > sendrequest("SITE LONG", nil); > getreply(&ctlin, msg, sizeof(msg), 0); > /* FALL THRU */ 219d225 < case NetWare: