Discussion:
UltraEdit SFTP Guardian
(too old to reply)
SRSeedBurners
2022-07-05 18:05:28 UTC
Permalink
Anyone using the sftp option in UltraEdit on the Guardian layer? OSS works fine, can't seem to get it to function with Guardian. I've tried using the oss syntax and it crashes UE: /G/data/src

Years ago I recall adding a command 'quote guardian' that made it operable. Doesn't seem to work any longer.

UE Version 27.00.0.94
red floyd
2022-07-05 19:50:11 UTC
Permalink
Post by SRSeedBurners
Anyone using the sftp option in UltraEdit on the Guardian layer? OSS works fine, can't seem to get it to function with Guardian. I've tried using the oss syntax and it crashes UE: /G/data/src
Years ago I recall adding a command 'quote guardian' that made it operable. Doesn't seem to work any longer.
UE Version 27.00.0.94
'quote guardian' was for FTP, not SFTP.
Randall
2022-07-05 22:29:37 UTC
Permalink
Post by red floyd
Anyone using the sftp option in UltraEdit on the Guardian layer? OSS works fine, can't seem to get it to function with Guardian. I've tried using the oss syntax and it crashes UE: /G/data/src
Years ago I recall adding a command 'quote guardian' that made it operable. Doesn't seem to work any longer.
UE Version 27.00.0.94
'quote guardian' was for FTP, not SFTP.
use /G/data/subv/file,101 to send an edit file.
SRSeedBurners
2022-07-06 02:28:23 UTC
Permalink
Post by Randall
Post by red floyd
Anyone using the sftp option in UltraEdit on the Guardian layer? OSS works fine, can't seem to get it to function with Guardian. I've tried using the oss syntax and it crashes UE: /G/data/src
Years ago I recall adding a command 'quote guardian' that made it operable. Doesn't seem to work any longer.
UE Version 27.00.0.94
'quote guardian' was for FTP, not SFTP.
use /G/data/subv/file,101 to send an edit file.
So far no luck. I'm trying to open a file for edit via sftp so I can stop the intermediate ftp back and forth. I cannot get a file listing in the guardian space.
Bill Honaker
2022-07-06 17:14:15 UTC
Permalink
Post by SRSeedBurners
Post by Randall
Post by red floyd
Anyone using the sftp option in UltraEdit on the Guardian layer? OSS works fine, can't seem to get it to function with Guardian. I've tried using the oss syntax and it crashes UE: /G/data/src
Years ago I recall adding a command 'quote guardian' that made it operable. Doesn't seem to work any longer.
UE Version 27.00.0.94
'quote guardian' was for FTP, not SFTP.
use /G/data/subv/file,101 to send an edit file.
So far no luck. I'm trying to open a file for edit via sftp so I can stop the intermediate ftp back and forth. I cannot get a file listing in the guardian space.
Hi,

I don't know anything about UltraEdit... but I commonly use WinSCP to browse OSS, including the /G directory space.

It also allows simple edits in place, even of EDIT format files. As Randall pointed out, the first time you upload a file to NonStop,
you need to use the [,filecode] form of the file as in : /G/vol/svol/file,101

Perahps you can download that tool, turn on it's logging, and compare what it's sending and receiving to UltraEdit.

https://winscp.net/


Good luck,
Bill
j-ma...@pacbell.net
2022-07-07 05:02:36 UTC
Permalink
Unlike the FTP server, the NonStop SFTP server does not have the concept of Guardian Space vs. OSS Space. All files are displayed in what you are thinking of as OSS Space. In OutsideView, we simulate the concept of Guardian Space for SFTP. When you select Guardian Space, we open a secondary channel behind the scenes to a TACL session. We use that secondary channel to retrieve the FUP INFO data for the current directory. We then display the FUP INFO values in the remote file panel.

Jon Marcus

Loading...