by MrSpock » Thu Aug 19, 2010 4:30 pm
FTP (File Transfer Protocol) is a standard internet protocol for exchanging data between two systems. It is a client-server application, so there has to be an active client and an active server in order for FTP to work.
These are a few questions you need to answer for yourself:
- Is this even allowed where you work? (most places don't like to allow the possibility for employees to steal proprietary data).
- Do you, or does your job, have the authority to run the FTP program?
- Do you have the proper network connectivity between the two systems?
- If the mainframe is initiating the FTP from a job, then it is acting as the client. So it will need to connect to an active FTP server. Do you have an FTP server installed, configured, and running on that desktop system?
- All FTP does is move the data. It will deal with the EBCDIC-to-ASCII conversion if you tell it to. Any other issues dealing with the data content and format have to be dealt with by you outside of FTP by some other means.