put localfilename remotefilename
put localfilename remotefilename;1
put localfilename remotefilename;3
but you'd have to keep track of how many copies/versions of that remotefilename exist and build the new filename yourself. in VMS, this is done automatically at the filesystem level - FTP has nothing do with the auto-versioning.
发布评论
评论(1)
您可以手动伪造它:
但是您必须跟踪该远程文件名存在多少个副本/版本并自己构建新文件名。在 VMS 中,这是在文件系统级别自动完成的 - FTP 与自动版本控制无关。
You can fake it manually:
but you'd have to keep track of how many copies/versions of that remotefilename exist and build the new filename yourself. in VMS, this is done automatically at the filesystem level - FTP has nothing do with the auto-versioning.