Author |
Visual Studio Code VMS IDE |
Paolo_R
Member
Posts: 64
Joined: 16.08.13 |
Posted on October 29 2021 12:26 |
|
|
I'm looking at using this IDE for hobbyist development under FreeAXP. It is possible to develop programs on one's PC and then use SSH to upload them to OpenVMS.
Has any one done this? I'm at a loss to complete the SSh parameters required for this.
The following is required:
- Specify host - IP-address or name of an OpenVMS machine or the label of a predefined connection from the host collection section. In the latter case, all other fields in the connection section are ignored.
- username - User account that will be used for the SSH connection.
I've no idea what either of these should be. Any help greatly appreciated. |
|
Author |
RE: Visual Studio Code VMS IDE |
Bruce Claremont
Member
Posts: 623
Joined: 07.01.10 |
Posted on October 30 2021 03:02 |
|
|
Yes, you can develop code on the PC and upload it. I'd recommend using FTP or SFTP for the uploads. I use both along with Filezilla on the PC side to move data back and forth between Windows and OpenVMS. |
|
Author |
RE: Visual Studio Code VMS IDE |
Paolo_R
Member
Posts: 64
Joined: 16.08.13 |
Posted on October 30 2021 12:03 |
|
|
Thanks Bruce. I'll investigate further. |
|