@zowe/zos-ftp-for-zowe-cli
Advanced tools
Changelog
3.0.0-next.202409231411
Changelog
3.0.0-next.202407311518
2.1.9
for detailsChangelog
3.0.0-next.202406041826
Changelog
3.0.0-next.202403191358
Major: Zowe V3 release
Enhancements:
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
zos-node-accessor
IDatasetEntry
zos-node-accessor
IUSSEntry
zos-node-accessor
Breaking:
IGetSpoolFileOption.jobName
JobUtils.parseJobDetails
CoreUtils.addLowerCaseKeysToObject
CreateDataset.create
DataSetUtils.listDataSets
FTPConfig.connectFromArguments
Promise<any> --> Promise<ZosAccessor>
FTPConfig.createConfigFromArguments
any --> IConnectionOption
JobUtils.getSpoolFileContent
Promise<Buffer> --> Promise<string>
JobUtils.getSpoolFiles
JobUtils.submitJob
JobUtils.submitJobFromDataset
JobUtils.findJobByID
JobUtils.listJobs
JobUtils.deleteJob
UssUtils.listFiles
Promise<any[]> --> Promise<IUSSEntry[]>
UssUtils.makeDirectory
UssUtils.renameFile
UssUtils.deleteFile
UssUtils.downloadFile
UssUtils.uploadFile
UssUtils.deleteDirectory
DataSetUtils.listDataSets
Promise<any[]> --> Promise<IDatasetEntry[]>
DataSetUtils.listMembers
Promise<any[]> --> Promise<IDatasetEntry[]>
DataSetUtils.deleteDataSet
DataSetUtils.renameDataSet
DataSetUtils.downloadDataSet
DataSetUtils.uploadDataSet
DataSetUtils.allocateDataSet
AbstractTemplatedJCL.getJcl
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