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 is the difference between perform … with test after and perform … with test before?
What the difference is between continue and next sentence?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What are the different data types in cobol?
What is a SSRANGE and NOSSRANGE?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
In which area will you utilize 88 level items in cobol?
how to move the records from file to array table. give with code example
What are the cobol coding sheets?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Write a program that uses move corresponding.
Mention the guidelines to write a structured cobol program?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
what happens if parmparameter passes zero bytes to the program
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?