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