I want to write a program to schedule a FTP process. I need to have the userid and password for the ftp but I do not want to put this into the program. is there a way to to handle this? I'm thinking that the userid and password would be stored in a table that is somehow protected against viewing and editing except for certain people. Is this correct another way.
thanks in advance