最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

python - Getting "got more than 8192 bytes" exception while downloading in text file format using ZOSFTPLIB pa

programmeradmin3浏览0评论

I am trying to download files from the mainframe server based on certain criteria. Below is the code snippet:

myzftp = zosftplib.Zftp(mainframe_address,username,password)
myzftp.download_text(source_dataset, local_filename)

Now, I tried this with almost 7 files, and all of them are getting downloaded correctly, except 1, for which I am getting the exception: got more than 8192 bytes.

How to resolve this?

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论