On Wed, 26 Jul 2023 18:50:02 -0500, Charles Mills wrote:

>Au contraire: https://www.ipswitch.com/resources/free-tools/moveit-freely 
>
>There is no need for any client to have any special cognizance of the file 
>system at the server end. I am sure whoever wrote the Windows command line FTP 
>had zero knowledge of z/OS data sets, but it works just fine, as @Bob Bridges 
>attests.
>
Indeed.  The problems arise when clients make unwarranted assumptions
about the format about the format of the reply to LIST/NLST and behave
accordingly.  The conservative and safe behavior is to display the reply on
the client console and let the presumably informed user act properly.

RFC 959 does not, in fact can not, dictate the format of the reply to LIST.

I believe that some mainframe servers have an option (SITE command)
to set the format of LIST to simulated desktop format to support
presumptuous clients.

an idiosyncrasy I noticed with the MVS FTP client is the sequence:
    lcd whatever
    ! pwd
displays, not the target of the "lcd" but the directory from which FTP
was entered.  Apparently the client never bothers to do a "chdir()"
as  I expect from other systems.

-- 
gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to