FTP from pc to mainframe without having to store password
Posted: 04 Jun 2010 09:53
I have an ftp script and it works just fine but I need to know IF it is possible to somehow make the userid and password get PROMPTED or PASSED when running my .BAT file.
I know how to get the userid and password in my .BAT file and I see that they can be written out and then passed to FTP but that would be a security violation here. I need to be able to pass them and not actually store them.
I know how to get the userid and password in my .BAT file and I see that they can be written out and then passed to FTP but that would be a security violation here. I need to be able to pass them and not actually store them.