Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Zowe Explorer to function without OSMF, by instead using zos-ftp-for-zowe-cli plugin #994

Closed
Cris70 opened this issue Aug 28, 2020 · 7 comments
Labels
enhancement New feature or request

Comments

@Cris70
Copy link

Cris70 commented Aug 28, 2020

Is your feature request related to a problem? Please describe.

I am working in a mainframe environment where osmf is not available. I have however installed and configured zowe-cli with the zos-ftp-for-zowe-cli plugin, which is working nicely.

Describe the solution you'd like

I would like to be able to use Zowe Explorer in conjunction with a zftp profile, instead of a zosmf profile, even if that would result in reduced functionality.

Describe alternatives you've considered

There are no known alternatives for working with mainframe datasets through an ftp connection. Other ftp VSCode extensions do not work with the mainframe.

@Cris70 Cris70 added the enhancement New feature or request label Aug 28, 2020
@zdmullen
Copy link
Contributor

Hi @Cris70! Have you seen the FTP extension that is built on top of Zowe Explorer? Find out more information about it here: https://github.com/zowe/zowe-explorer-ftp-extension

@Cris70
Copy link
Author

Cris70 commented Aug 28, 2020

Hey @zdmullen thank you very much for your pointer!!
However, I'm not sure I understand how to use that extension. I have the Zowe Explorer extension installed, now what do I have to do to add this zowe explorer ftp extension? I see no way of installing it in VSCode, and there's no release available in the github page. Do I have to build it myself to use it?

@zdmullen
Copy link
Contributor

I do believe that yes, you have to build it to use it, following the directions in the readme file. That said, I'll just suggest that perhaps @zFernand0 or @lauren-li could weigh in on how to use the extension (or others).

@lauren-li
Copy link
Contributor

@zdmullen is correct - at this time, you have to build the Zowe Explorer FTP Extension in order to use it. Directions on building can be found here: https://github.com/zowe/zowe-explorer-ftp-extension#build-this-extension. (You will need to have Yarn installed in order to build it.) Once the .vsix file is generated through these instructions (i.e. after the step to run yarn package), you can then install the Zowe Explorer FTP Extension from the .vsix file:

  • In VS Code's Extensions view, click the ... icon (green box in the below screenshot), then click "Install from VSIX...", and use the file picker that pops up to navigate to and select the .vsix file you generated. Once you you have installed Zowe Explorer FTP Extension in this way, you should be able to access your zftp profile and use it in the USS section of Zowe Explorer.

Screen Shot 2020-08-28 at 10 57 57 AM

@zFernand0 @phaumer Perhaps we could consider making a release tag for the Zowe Explorer FTP Extension that has a downloadable .vsix file attached to it? This would make it easier for users to get the extension.

@Cris70
Copy link
Author

Cris70 commented Aug 31, 2020

@lauren-li thank you for the detailed instructions. I have built and installed the extension, which is working.
However, it seems it only works with USS files, not with z/OS datasets. Is it limited to USS? If so, it really is not very useful... I could have used one of the other FTP extensions to work with USS files.
From the command line I can use zowe-cli to access to z/OS datasets. e.g. the zowe zos-ftp list ds SIGDC.** command lists all my datasets (SIGDC is my userid)...

@lauren-li
Copy link
Contributor

@Cris70 Thank you for trying the Zowe Explorer FTP extension. Currently, it only works with USS. However, the functionality could be expanded to support data sets, as well. This would be a great issue to file under the Zowe Explorer FTP Extension’s repository, as that would indicate to the development team that there is community interest in the feature, and keep it on their radar.

@Cris70
Copy link
Author

Cris70 commented Sep 1, 2020

Once again thank you @lauren-li. I have just finished adding the issue as per your suggestion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants