Hello,
I am new to the list and OpenSSL. As the company programmer I have been
assigned to setup FTP over SSL and am looking for pointers. From what I
have been able to read online I don't think it will be that difficult. The
script I will need to modify to go over SSL is as follows:
sprintf(action, "cd %s; ftp -ni %s >/dev/null 2>&1 <<!\n"
"%s"
"user %s %s\n"
"%s"
"ls * %s\n"
"bye\n"
"!\n",
DOWNLOAD_DIR,
Host,
Address,
Login, flfvend.password,
CurDirectory,
FLIST);
system(action);
My main problem is that I don't know C or *nix that well at all. If
someone could give me some pointers it would be greatly appreciated. Also
if someone wants to make some extra money and has a bit of time, I would pay
someone to do this for me. Just submit what you would charge and how long
it would take.
Thanks,
Daniel Franks
Senior Programmer
CompuNet Credit Services, Inc.
http://www.compunetcredit.com
O: 520-680-9449 x.246
F: 520-680-4382
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]