www.question-defense.com | Login/Register
Translate to English Übersetzen Sie zum Deutsch/German Переведите к русскому/Russian Μεταφράστε στα ελληνικά/Greek Vertaal aan het Nederlands/Dutch ترجمة الى العربية/Arabic 中文翻译/Chinese Traditional 中文翻译/Chinese Simplified 한국어에게 번역하십시오/Korean 日本語に翻訳しなさい /Japanese Traduza ao Português/Portuguese Traduca ad Italiano/Italian Traduisez au Français/French Traduzca al Español/Spanish

You may get the below error code when attempting to transfer files with TFTP.

Error code 1: File not found

If you do get this error the issue is likely that the file does not exist on the server you are trying to place the file on using TFTP. If you are on a linux server you can just touch the file name on the TFTP server before transferring the actual file via TFTP.

TFTP: Trivial File Transfer Protocol


Below is an example of a failed file transfer attempt with TFTP followed by a successful file transfer using TFTP.

[root@centos-server ~]# tftp -v 192.168.1.251 -c put test-tftp-file
Connected to 192.168.1.251 (192.168.1.251), port 69
putting test-tftp-file to 192.168.1.251:test-tftp-file [netascii]
Error code 1: File not found

Now after creating the file on the remote TFTP server this is what a TFTP transfer would look like.

[root@narfonix ~]# tftp -v 192.168.1.251 -c put test-tftp-file
Connected to 192.168.1.251 (192.168.1.251), port 69
putting test-tftp-file to 192.168.1.251:test-tftp-file [netascii]
Sent 14 bytes in 0.0 seconds [5442 bit/s]

If the file does exist on the remote server and you are getting this error make sure you double check your spelling. If that still does not work make sure you you follow the same capitalization as the remote file.

Share: Click an icon below to share using one of the social networking sites below. These icons link to social bookmarking sites where readers can share and discover new web pages.
  • MisterWong
  • Y!GG
  • Webnews
  • Digg
  • del.icio.us
  • StumbleUpon
  • Reddit
  • email
  • Facebook
  • Fark
  • Google Bookmarks
  • LinkedIn
  • MySpace
  • Print
  • Slashdot
  • Technorati
  • TwitThis
  • Ask
  • Bloglines
  • Live-MSN
  • Netscape
  • YahooMyWeb

Related posts:

  1. Linux: Setup TFTP Server on CentOS The below
  2. file /usr/share/emacs/site-lisp/psvn.el from install of subversion-1.5.5-0.1.el5.rf conflicts with file When upgra
  3. conftest.c:1:19: error: mysql.h: No such file or directory You may re
  4. quotacheck: Something weird happened while scanning. Error 2133571361 [root@serv
  5. How to SCP (Secure Copy) with FileZilla on Windows XP You can ea

Tags: , , , , ,
2 Responses to “TFTP: Error code 1: File not found”
  1. bkucera says:

    Similarly, I get file not found trying to tftp download cisco ios to my router. Problem is I am in ROMMON mode and can’t “touch” the flash directory to make a file name c2600-etc.bin
    Two tftp servers fale the same way to deliver the ios.

    [Reply]

  2. alex says:

    bkucera: If you specify the type of router, type of TFTP server, specific command you are using on the router,etc. then I can hopefully help to provide a solution.

    [Reply]

  3.  
Leave a Reply


Privacy Policy