diff lib/rfc959.c @ 358:28a50fb598ed

2003-1-6 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/protocols.c lib/rfc959.c - added MVS directory parsing support. Also, in the VMS and EPLF directory formats, update the default file/directory perms to be -rw-r--r-- and drwx-r-xr-x respectively.
author masneyb
date Wed, 07 Jan 2004 11:45:01 +0000
parents eedc2c5727fa
children d5409bf03ff1
line wrap: on
line diff
--- a/lib/rfc959.c	Tue Jan 06 16:31:22 2004 +0000
+++ b/lib/rfc959.c	Wed Jan 07 11:45:01 2004 +0000
@@ -420,6 +420,8 @@
     request->server_type = GFTP_DIRTYPE_UNIX;
   else if (strcmp (stpos, "VMS") == 0)
     request->server_type = GFTP_DIRTYPE_VMS;
+  else if (strcmp (stpos, "MVS") == 0)
+    request->server_type = GFTP_DIRTYPE_MVS;
   else if (strcmp (stpos, "NETWARE") == 0)
     request->server_type = GFTP_DIRTYPE_NOVELL;
   else if (strcmp (stpos, "CRAY") == 0)