Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
TFTP Server on Solaris
Name: Malik Date: May 10, 2003 at 08:53:53 Pacific OS: Solaris CPU/Ram: SPARC
Comment:
Hi,
Is it posible to transfer files between Solaris and Windows platform using TFTP Server Which is running on Solaris Server?
Name: David Perry Date: May 10, 2003 at 11:37:27 Pacific
Reply:
Possible but not recommended for general use. There is no authenticatin and files are restricted to the tftp directory. It is most useful for transfering small files like a kernel for netboot or firmware patches for network devices.
Summary: Hi, I want to enable TFTP services on my Solaris 2.6 system. I have edited the "/etc/inetd.conf" file (i.e uncommented the lines starting with "tftp")and restarted the "inetd" service. But still the T...