<p>I need to ftp files to a mainframe and it keeps truncating the files and need this option in order to prevent the truncation. Anyone know a go library that supports this or a way to prevent truncating the file without deleting the files on mainframe but maybe clearing it or something? </p>
<hr/>**评论:**<br/><br/>kjk: <pre><p>The most popular ftp library for Go is <a href="https://github.com/jlaffaye/ftp" rel="nofollow">https://github.com/jlaffaye/ftp</a></p>
<p>It doesn't seem to implement LRECL but you can implement it yourself. Looking at the code, it's literally few lines of code to implement a simple command. See e.g. implementation of "REIN" command <a href="https://github.com/jlaffaye/ftp/blob/master/ftp.go#L557" rel="nofollow">https://github.com/jlaffaye/ftp/blob/master/ftp.go#L557</a></p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传