'Similar to IBMi (AS400) can we do telnet on Visual Studio Code
From your development server we do telnet and connect to other server. Can we do similar thing via Visual Studio and access source and work on it?
Solution 1:[1]
You may want to check out two extensions for Visual Studio Code:
- Code for IBM i. Connect directly to IBM i and access members, the IFS, as well as the ability to launch a pase shell (and subsequently tn5250) right from the Terminal. I should note that I am also the maintainer: https://marketplace.visualstudio.com/items?itemName=HalcyonTechLtd.code-for-ibmi
- SSH FS. Connect directly to the IBM i IFS through SFTP to view and edit streamfiles: https://marketplace.visualstudio.com/items?itemName=Kelvin.vscode-sshfs
- If you have SSH installed on your system, you can use
sshright from the VS Code Terminal without any extensions.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
