Answer Posted / vasanth
one of the way is
open the dos command promt
To start an FTP interactive session type "ftp" from a DOS
Command window.
C:\> ftp
ftp> open domain.name
then it will be connected to ur server and asks ur user-id
and password enter them
then cser name logged in
ftp>
The following command will copy a file from the local system
to the remote system.
ftp> put d:\simoweb1\filename(adderess of ur file that u
wish 2 send from ur pc to mainframe)
press enter
then it shows the successfull message
The following command will exit the FTP environment (same as
"bye").
ftp> quit
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are 77 levels used for?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
Explain about different table spaces.
What is static and dynamic call in cobol?
Name some of the examples of COBOl 11?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What are the various section in data division and briefly explain them.
Write a cobol program making use of the redefine clause.
What is amode(31)
How can you get the ksds file records into your cobol program?
In COBOL, what is the different between index and subscript?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How do you reference the fixed block file formats from cobol programs
how do you reference the printer file formats from cobol programs
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?