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 literals?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are the access modes of START statement?
Write a program to enter and display the names of students in a class using the occurs clause.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What are different data types in cobol?
What is rmode(24)
What is static and dynamic call in cobol?
What is comp-1 and comp-2?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Write down the divisions of cobol program?
What is the local-storage section?