Re: transfer txt-files to VMS, please help.

From: JF Mezei (jfmezei.spamnot_at_istop.com)
Date: 03/15/04


Date: Mon, 15 Mar 2004 16:06:55 -0500

David Froble wrote:
> If you desire the second example, then I'd try to do a BINARY transfer. FTP
> HELP will show you how to do this.

No, that can't be that simple. A binary transfer won't transform a readable
stream of bytes into gibberish.

If the text file was somwhoe transformed into "gibberish" that was usable for
some bar code printer, then some software/program would have kicked in
somewhere along the line to transform the plain text file into the gibberish format.

One possibility, which seems to have been done fairly often is to have a
process on VMS that is contantly running and looking for files recently
deposited to a directory by FTP and the process those files.

So your wintel box would deposit the text files, and a couple minutes later,
the process would convert them to binary gibberish and delete the original
text file to ensure it isn't processed again.

If that process isn't started, then it would explain why your files stay in
text format after being downloaded to the VMS host.



Relevant Pages

  • Re: reliable ftp?
    ... Ascii / binary transfer, creative buildparms, etc. ... I normally find that FTP to and from the 3K normally works fine for virtually any type of file and we do a lot of it from lots of different platforms. ... A couple of useful utilities on the 3K are tobyte.hpbin.sys and frombyte.hpbin.sys. ... They will either convert a file to bytestream or backfrom bytestream. ...
    (comp.sys.hp.mpe)
  • Re: EBCDIC to ASCII
    ... HARDWARE EBCDIC-ASCII conversion done by the communications software. ... Simplify the data so that it can be handled by the FTP. ... Do not do binary FTPs between EBCDIC and ASCII machines. ...
    (comp.lang.cobol)
  • Re: .txt extension added during download
    ... I have no way to use a FTP client. ... of the download the file is recognized as ".ab1" only, ... that the .txt extension appears. ... initiating a 7-bit transfer rather than a binary transfer. ...
    (comp.sys.mac.apps)
  • Re: Can Visual Studio handle Unix-style line-ends?
    ... If you are using FTP between a UNIX system and a Windows system, ... binary transfer of text files as the line ending convention will be ...
    (microsoft.public.vstudio.general)