Socket
Socket
Sign inDemoInstall

@zowe/zos-ftp-for-zowe-cli

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zowe/zos-ftp-for-zowe-cli - npm Package Versions

234

3.0.0

Diff

Changelog

Source

3.0.0

  • MAJOR: v3.0.0 release
zowerobot
published 3.0.0-next.202409231411 •

Changelog

Source

3.0.0-next.202409231411

  • Update: Final prerelease
zowerobot
published 3.0.0-next.202409101453 •

zowerobot
published 3.0.0-next.202407311518 •

Changelog

Source

3.0.0-next.202407311518

  • Update: See 2.1.9 for details
zowerobot
published 3.0.0-next.202406041826 •

Changelog

Source

3.0.0-next.202406041826

  • Fix list spool file hang problem.
zowerobot
published 2.1.9 •

Changelog

Source

2.1.9

  • Fix issue #156 to return proper message for active job.
zowerobot
published 3.0.0-next.202403191358 •

Changelog

Source

3.0.0-next.202403191358

  • Major: Zowe V3 release

  • Enhancements:

    • The following properties, interfaces, and/or functions were added:
      • zosNodeAccessor as namespaces for the entire zos-node-accessor package.
      • TransferMode from the zos-node-accessor package.
      • JobUtils.downloadSpoolContent
      • JobUtils.getSpoolDownloadFilePath
      • IListJobOption.jobName
      • IListJobOption.jobId
      • IConnectionOption
        • For a full list of transfer modes, see ConnectionOption by zos-node-accessor
      • IDatasetEntry
      • IUSSEntry
  • Breaking:

    • Removed the following constants, interfaces, and other values:
      • IGetSpoolFileOption.jobName
      • JobUtils.parseJobDetails
      • CoreUtils.addLowerCaseKeysToObject
    • Added proper typing to the parameters of the following functions:
      • CreateDataset.create
      • DataSetUtils.listDataSets
      • FTPConfig.connectFromArguments
        • Return type changed: Promise<any> --> Promise<ZosAccessor>
      • FTPConfig.createConfigFromArguments
        • Return type changed: any --> IConnectionOption
      • JobUtils.getSpoolFileContent
        • Return type changed: Promise<Buffer> --> Promise<string>
      • JobUtils.getSpoolFiles
      • JobUtils.submitJob
      • JobUtils.submitJobFromDataset
      • JobUtils.findJobByID
      • JobUtils.listJobs
      • JobUtils.deleteJob
      • UssUtils.listFiles
        • Return type changed: Promise<any[]> --> Promise<IUSSEntry[]>
      • UssUtils.makeDirectory
      • UssUtils.renameFile
      • UssUtils.deleteFile
      • UssUtils.downloadFile
      • UssUtils.uploadFile
      • UssUtils.deleteDirectory
      • DataSetUtils.listDataSets
        • Return type changed: Promise<any[]> --> Promise<IDatasetEntry[]>
      • DataSetUtils.listMembers
        • Return type changed: Promise<any[]> --> Promise<IDatasetEntry[]>
      • DataSetUtils.deleteDataSet
      • DataSetUtils.renameDataSet
      • DataSetUtils.downloadDataSet
      • DataSetUtils.uploadDataSet
      • DataSetUtils.allocateDataSet
      • AbstractTemplatedJCL.getJcl
    • The properties in the interfaces below have changed:
      • IDownloadFileOption.transferType?: string to IDownloadFileOption.transferType?: zna.TransferMode
      • IUploadFileOption.transferType?: string to IUploadFileOption.transferType?: zna.TransferMode
      • IUploadDataSetOption.transferType?: string to IUploadDataSetOption.transferType?: zna.TransferMode
      • ISpoolFile.id: string to ISpoolFile.id: number
      • ISpoolFile.stepname: string to ISpoolFile.stepName: string
      • ISpoolFile.procstep: string to ISpoolFile.procStep: string
      • ISpoolFile.ddname: string to ISpoolFile.ddName: string
      • ISpoolFile.ddname: string to ISpoolFile.ddName: string
      • IJobStatus.jobname: string to IJobStatus.jobName: string
      • IJobStatus.jobid: string to IJobStatus.jobId: string
      • IJob.jobname: string to IJob.jobName: string
      • IJob.jobid: string to IJob.jobId: string
      • IGetSpoolFileOption.fileId: string to IGetSpoolFileOption.fileId: number
zowerobot
published 2.1.8 •

Changelog

Source

2.1.8

  • BugFix: Upload dataset using Buffer, stead of string. 2533
  • Simplify the preparation for JCL system tests
zowerobot
published 2.1.7 •

Changelog

Source

2.1.7

  • Update the version of zos-node-accessor to 1.0.16
zowerobot
published 2.1.6 •

Changelog

Source

2.1.6

  • BugFix: Add missing npm-shrinkwrap
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc