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
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
How do you define a variable of comp-1 and comp-2?
What is the difference between comp and comp-3 usage?
What are the various section in data division and briefly explain them.
Write the code to count the sum of n natural numbers.
Whats the difference between search & search ALL?
how to access the file from prodution from changeman tool and to submit a file to production
What are literals?
What is amode(24)?
What is an in line perform? When would you use it? Anything else you wish to say about it.
HOw can I get the negative sign while deduct high value from low value
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
what is difference between cobol and cobol/400
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the Purpose of Pointer in the string?