in.ftpd

Would anyone know where to find the source code for the Solaris 8 and 10 ftp daemon? I think the file is ftpd.c.Thanks
[132 byte] By [bbucalona] at [2007-11-27 8:22:02]
# 1
You should be able get the solaris 10 one easily enough by browsing the open solaris source browser.The one in solaris 8 was quite different and will probably by harder to find the source for..
robert.cohena at 2007-7-12 20:10:37 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
I guess you could replace the Solaris 8 FTP daemon with something that you have the source too (such as proftpd or wu-ftpd), or even better, replace Solaris 8 with Solaris 10. .7/M.
mAbrantea at 2007-7-12 20:10:37 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 3

Thanks I found the Solaris 10 source code from open Solaris. I have access to Solaris 8 and 10 machines but I think they have compilers from Solaris 8. So how would I compile the source files to create the in.ftpd file. The "make" and "make install" commands are giving me weird errors. This happens on both Solaris 8 and 10.

P.S. I have changed the include code because other make files are stored in the same directory as the source code not in parent directories.

bbucalona at 2007-7-12 20:10:37 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 4

Why would you want to?

If you using solaris, the sun ftpd is precompiled.

If that sun ftpd doesnt provide the functionality you want, then rather than editing the source code for it, you would be better off starting with a different ftp server designed for stand alone build and configuration.

I recommend proftpd.

robert.cohena at 2007-7-12 20:10:37 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 5
My company uses the Solaris 8 daemon. We would like to use the Solaris 10 daemon but limit the functionality. My company would like to edit the source code but there is no point if I can not create a in.ftpd file.
bbucalona at 2007-7-12 20:10:37 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 6
Grab ProFTPd instead, its much easier to edit and supports Solaris 8 by default, which is something the Solaris 10 daemon doesn't. .7/M.
mAbrantea at 2007-7-12 20:10:37 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...