question about remote includes and kerberos4

These are old archives. They are kept for historic purposes only.
Post Reply
nexus
Posts: 14
Joined: Fri Mar 12, 2004 5:45 pm
Contact:

question about remote includes and kerberos4

Post by nexus »

Heya guys ;)

I was reading through the docs on curl and saw that it has support for kerberos4 ftp, and I was wondering if it is in any way possible to implement this with remote includes (using ftps/ftp-ssl).. I dont even know if its possible to do it this way, but it never hurts to ask ;)

example:

include "ftps://username:[email protected]:38101/spamfilter.conf"
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

I'm 99% sure that the FTPS protocol doesn't use kerberos4, FTPS (at least in libcurl) uses SSL.
-- codemastr
Post Reply