Top
NetCOBOL V11.0 NetCOBOL Studio User's Guide
FUJITSU Software

B.4.1 The stty command causes an error in link with a server.

Issue: The sty command causes an error and fails when linking to a Solaris or Linux server that uses the ftpd/rexec service.

Solution: Comment out the stty command coded in the .bashrc file (if bash is used) or .cshrc file (if csh is used).

Before modification:

stty erase ^H

After modification:

#stty erase ^H