I am attempting to use VC to ftp to a VAX to retrieve various files.
VC is connecting and is able to get system information, but it chokes on actually retrieving a file.
I am attaching the errorlog from my task as well as some screen shots from the ftp output.
I know this could be done using scripts through windows, but I thought it would be fun to use VC for the task.
Thanks, Mike
Here is the text from the standard output. As you can see, it's connecting and talking. It fails when I try to GET a file.
220 TWOROW FTP Server (Version 3.3) Ready.
USER ingres
331 Username INGRES requires a Password.
PASS ********
230 User logged in.
FEAT
502 FEAT is unimplemented.
SYST
200 VMS VAX/VMS V5.5 on node TWOROW
PWD
257 "INGDEV:[INGRES]" is current directory.
PWD
257 "INGDEV:[INGRES]" is current directory.
PASV
227 Entering Passive Mode (172,18,33,90,4,91)
PASV
SYST
200 VMS VAX/VMS V5.5 on node TWOROW
SYST
CWD FILES
250 CWD command succesful.
CWD FILES
Here are the errors from the error log since I can't seem to post.
6/7/2013 11:10:53 AM Saving Jobs
6/7/2013 11:10:35 AM Get VMS data Job completed: Get VMS data
6/7/2013 11:10:35 AM Get VMS data Get Diskspace map from VAX Task process was aborted by user.
6/7/2013 11:10:35 AM Get VMS data Get Diskspace map from VAX Task completed: Get Diskspace map from VAX (23848)
6/7/2013 11:10:35 AM Get VMS data Get Diskspace map from VAX Task completed: Get Diskspace map from VAX (23848)
6/7/2013 11:09:35 AM Get VMS data Get Diskspace map from VAX Error sending a custom command, err: Control channel transfer error
6/7/2013 11:08:52 AM Saving Jobs
6/7/2013 11:08:34 AM Get VMS data Get Diskspace map from VAX Task started: Get Diskspace map from VAX (23848)
6/7/2013 11:08:31 AM Get VMS data Get Diskspace map from VAX User 'Michael Wall' - Updated Task: Get Diskspace map from VAX
6/7/2013 10:56:41 AM Saving Jobs
6/7/2013 10:56:16 AM Get VMS data Job completed: Get VMS data
6/7/2013 10:56:16 AM Get VMS data Get Diskspace map from VAX Task process was aborted by user.
6/7/2013 10:56:16 AM Get VMS data Get Diskspace map from VAX Task completed: Get Diskspace map from VAX (23847)
6/7/2013 10:56:16 AM Get VMS data Get Diskspace map from VAX Task completed: Get Diskspace map from VAX (23847)
6/7/2013 10:55:16 AM Get VMS data Get Diskspace map from VAX Error sending a custom command, err: Control channel transfer error
6/7/2013 10:54:40 AM Saving Jobs
thank you!