On Wed, 22 Jul 2020 16:07:54 -0500, Kirk Wolf wrote:
> ...
>WinSCP has unique problems: it starts one SFTP connection for directory
>displays, and one or more for file transfers. This is a little silly
>since you can do multiple things at a time on one connection. This means
>that you can't change a /+ setting in the GUI and have it apply to file
>transfers.
>
This is reminiscent of an oddity in MVS plain old linemode ftp. Like:
cd /here
ftp localhost
LPWD
/here
LCD /there
LPWD
/there
! pwd
/here
... apparently the MVS FTP client process does not issue a chdir(); as
I'm accustomed to on other systems.
-- gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN