Re: [CentOS] put command is not working in tftp server

2008-02-27 Thread ankush grover
On Wed, Feb 27, 2008 at 10:27 PM, Lorenzo Quatrini <[EMAIL PROTECTED]> wrote: > nate ha scritto: > > > ankush grover wrote: > > > >> Please let me know if you need any further inputs. > > > > I'm not sure if it applies to all tftp servers but for > > the most part the file your uploading must

Re: [CentOS] put command is not working in tftp server

2008-02-27 Thread Lorenzo Quatrini
nate ha scritto: ankush grover wrote: Please let me know if you need any further inputs. I'm not sure if it applies to all tftp servers but for the most part the file your uploading must already exist and be world writable. touch /tftpboot/filename chmod 666 /tftpboot/filename then upload f

Re: [CentOS] put command is not working in tftp server

2008-02-27 Thread nate
ankush grover wrote: > Please let me know if you need any further inputs. I'm not sure if it applies to all tftp servers but for the most part the file your uploading must already exist and be world writable. touch /tftpboot/filename chmod 666 /tftpboot/filename then upload filename (assuming