[Ilugc] How to execute tftp to transfer file(s)

  • From: sbharathi@xxxxxxxxxxxxx (Bharathi Subramanian)
  • Date: Tue Sep 19 15:37:34 2006

On Tue, 19 Sep 2006, Deepak wrote:

I need to transfer some files from remote PC using tftp (don't want
to use rsync/ftp/scp or more).

You are in B and want to TFTP a file from A, then TFTP must be running
in A & need to specify the tftp src location in /etc/xinetd.d/tftp

Example: server_args = -s /tftpboot/dir/

and place the "file" in /tftpboot/dir/. 

U@B> $ tftp HostA
  tftp> get myfile
  Received 2148699 bytes in 1.4 seconds
  tftp> exit
U@B> $

Bye :)
-- 
Bharathi S

Other related posts: