Click here to Skip to main content
15,894,180 members
Home / Discussions / C#
   

C#

 
AnswerRe: Need Some Help Please Pin
Colin Angus Mackay9-Jan-09 13:01
Colin Angus Mackay9-Jan-09 13:01 
AnswerRe: Need Some Help Please Pin
Colin Angus Mackay9-Jan-09 13:03
Colin Angus Mackay9-Jan-09 13:03 
AnswerRe: Need Some Help Please Pin
sourabhsorate9-Jan-09 22:26
sourabhsorate9-Jan-09 22:26 
GeneralRe: Need Some Help Please Pin
Colin Angus Mackay10-Jan-09 0:12
Colin Angus Mackay10-Jan-09 0:12 
QuestionFTP a Text file to an OpenVMS Ser ver Pin
#realJSOP9-Jan-09 11:04
mve#realJSOP9-Jan-09 11:04 
AnswerRe: FTP a Text file to an OpenVMS Ser ver Pin
Henry Minute9-Jan-09 12:00
Henry Minute9-Jan-09 12:00 
GeneralRe: FTP a Text file to an OpenVMS Ser ver Pin
#realJSOP10-Jan-09 0:03
mve#realJSOP10-Jan-09 0:03 
AnswerRe: FTP a Text file to an OpenVMS Ser ver [modified] Pin
Garth J Lancaster9-Jan-09 19:02
professionalGarth J Lancaster9-Jan-09 19:02 
John Simmons / outlaw programmer wrote:
I've tried changing the encoding


Im being presumptuous John and assuming you mean 'ASCII/BINARY' encoding here, with the edtFTP TransferType (I think, I only had a quick look) setting - and I dont think thats it .. been a long time since worked with any sort of VMS, but it sounds like the record attributes of the file are 'none', ie in VMS Speak, 'fixed-512'..

What you need the record attributes to be are something like

Stream-LF or
Stream-CR-LF

There's a command that goes someting like $ SET FILE/ATTRIBUTE=<attribute> <file> that may or may not change the file attributes, but Im pretty sure you need the VMS end set to other than 'fixed-512' ..

Internally VMS stores the records differently, but I dont think thats relevant here - its the FTP server's job to handle it ...

Sorry, not much help ...

[edit] - this link has some basic info - Ive cut out three possibly useful bits, below ...
http://saf.bio.caltech.edu/vms_sheet.html
[^]

$ ANAL/RMS <filename> Determine the attributes and organization of a file.
$ SET FILE/ATTRIB=(ORG:SEQ,RFM:FIX,LRL:512,MRS:512) <filename>
Reset the file's attributes, do not reorganize its data.
This is used most often to patch up files retrieved via binary FTP.

$ HELP [command] Display the 'manual page' for command

[/Edit]

Garth

modified on Saturday, January 10, 2009 1:18 AM

GeneralRe: FTP a Text file to an OpenVMS Ser ver Pin
#realJSOP10-Jan-09 0:06
mve#realJSOP10-Jan-09 0:06 
GeneralRe: FTP a Text file to an OpenVMS Ser ver Pin
Garth J Lancaster10-Jan-09 0:21
professionalGarth J Lancaster10-Jan-09 0:21 
GeneralRe: FTP a Text file to an OpenVMS Ser ver Pin
#realJSOP10-Jan-09 3:09
mve#realJSOP10-Jan-09 3:09 
GeneralRe: FTP a Text file to an OpenVMS Ser ver Pin
Garth J Lancaster10-Jan-09 17:35
professionalGarth J Lancaster10-Jan-09 17:35 
AnswerRe: FTP a Text file to an OpenVMS Ser ver Pin
Garth J Lancaster9-Jan-09 19:29
professionalGarth J Lancaster9-Jan-09 19:29 
GeneralRe: FTP a Text file to an OpenVMS Ser ver Pin
#realJSOP10-Jan-09 0:06
mve#realJSOP10-Jan-09 0:06 
QuestionWindows Service Config File and loading assemblies dynamically Pin
gamerdrew9-Jan-09 10:21
gamerdrew9-Jan-09 10:21 
AnswerRe: Windows Service Config File and loading assemblies dynamically Pin
howlettt9-Jan-09 11:34
howlettt9-Jan-09 11:34 
AnswerRe: Windows Service Config File and loading assemblies dynamically Pin
Jon Rista9-Jan-09 11:58
Jon Rista9-Jan-09 11:58 
Questionrunning application Pin
abu rakan9-Jan-09 10:21
abu rakan9-Jan-09 10:21 
AnswerCP IGNORE THIS USER; has asked this SEVERAL times. Pin
leckey9-Jan-09 10:22
leckey9-Jan-09 10:22 
JokeRe: running application PinPopular
Colin Angus Mackay9-Jan-09 10:30
Colin Angus Mackay9-Jan-09 10:30 
GeneralRe: running application Pin
abu rakan9-Jan-09 10:34
abu rakan9-Jan-09 10:34 
GeneralRe: running application Pin
EliottA9-Jan-09 10:50
EliottA9-Jan-09 10:50 
GeneralRe: running application Pin
abu rakan9-Jan-09 10:56
abu rakan9-Jan-09 10:56 
GeneralRe: running application Pin
EliottA9-Jan-09 11:02
EliottA9-Jan-09 11:02 
GeneralHere's your "reply" Pin
leckey9-Jan-09 11:10
leckey9-Jan-09 11:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.