How to use put command in tftp

27,998

man tftp will fill you in on its peculiarities but for a simple connect, put and quit, here's a simple example:

$ tftp server
tftp> put file /remote/directory
tftp> quit

file refers to a file in the local current working directory. You can specify longer paths but I would recommending just cding to the right place before you connect.

If you're struggling with encoding issues, run binary before you put.

Share:
27,998

Related videos on Youtube

Nani
Author by

Nani

Updated on September 18, 2022

Comments

  • Nani
    Nani about 1 year

    How to use put command in tftp to send file to server host in that articular directory remotely ,

  • Nani
    Nani about 10 years
    How to use rlogin