put command issues with a tftp server


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers put command issues with a tftp server
# 1  
Old 05-19-2009
put command issues with a tftp server

From a remote client, I'm trying to create a timestamped directory and put a file inside the directory. The directory and the file are not present already inside the tftp server. If I need to put a file inside a tftp server, which is not existing already what should I need to do..
I face errors when trying to put a file inside a tftp server which s not at all existing. Can anyone help on this
# 2  
Old 05-21-2009
put command not working in a tftp server

If I need to put a file inside tftp server wherein the file should not already exist, what can I do.. I need to put a file inside a tftp server wherein the file should not already exist. Can anyone help me regarding this issue
Do I need to change any of the files in the /etc directory..
# 3  
Old 05-21-2009
put command not working in a tftp server

Can anyone reply for the below said issue
# 4  
Old 05-21-2009
With TFTP you can only transfer files between server and client. You cannot create a directory for the file you are sending. Usually the directory you are placing the files in are specidifed by the tftp server when started. So you cannot create a timestamped directory to hold those files. If you need to create directories you should use ftp or sftp.
# 5  
Old 05-22-2009
Thanks BubbaJoe for your reply.I have always seen TFTP servers being used for transferring files between server and client wherein the files are already existing in the client or the server. Will I be able to tftp a file which is not already existing in the client or the server.Do I need to change any of the /etc files etc. Can you please help on this issue..
Thanks,
# 6  
Old 05-22-2009
Can you give me more of an example of what you are trying to do? What error are you getting when trying to put the file? Are you transferring from the client to the server?
# 7  
Old 05-23-2009
put command not working in a tftp server

Hi Bubbajoe,
Aactually I'm trying out this command from a clinet to my tftp server
tftp -i 172.21.186.143 put dmcomplete.tar /Sw/dmcomplete.tar

I need to put file from my client to my tftp server. The above command throwed me an error like " The file doesnot exist"..
I cam o know from some people that tftp servers will accept files only if they are already present in that directory
But I have to set my tftp server in such a way that it should accept files with the put command though the file is not already created
Should I change any of the /etc files in my tftp server so that it will accept files from client though the file is already not present in the tftp server..
ThanksBubaJoe for following up this issue
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Sftp,[put] all files that are .csv to server. Linux Ubuntu

Hello all, I am trying to sftp files to a server, I am using keys as authentication and I can connect with no problems. I can also put a sample file on the server. When I tried to automate this process with a .sh file I get the "couldn't canonicalize: Failure". This is my script: sftp... (5 Replies)
Discussion started by: KidKoder
5 Replies

2. Red Hat

Can C program put message to IBM MQ remotely, if local server doesn't have MQ library?

Can somebody know if it is possible to connect to remote IBM MQ, if local server using C, but don't have MQ library? Thanks for contribution (0 Replies)
Discussion started by: digioleg54
0 Replies

3. Linux

Not able to put ls -lR command in background

Hi All, i am trying to put ls -lRt command to run in the background but it fails. i continue to get output on screen and didnt get the command prompt right after i put the command in background. command i am using is ls -lRt & i am using bash. Can someone let me know how to... (6 Replies)
Discussion started by: omkar.jadhav
6 Replies

4. IP Networking

TFTP Server Timeout issue

Hi, I'm running CentOS 5 as guest using VMware player. My host is Windows Xp. I'm running tftp server in CentOS. I have disabled firewall in both windows and CentOS. I use two different networks with different netmasks on CentOS. I'm able to ping the Centos (tftp server) from another Linux machine... (1 Reply)
Discussion started by: suryaemlinux
1 Replies

5. AIX

IBM Server doesn't ping gateway unless you put a static route

Just want to know if someone has a clue about what could be happening here: I have an AIX box with four NICs in Ether channel connected to a Cisco Switch. When I try to ping the default gateway, sometimes it works, but sometimes it doesn't work unless it has a defined static route. Thanks... (1 Reply)
Discussion started by: witt
1 Replies

6. Ubuntu

Configuring Ubuntu 9.04 as a TFTP Server

Configuring Ubuntu 9.04 as a TFTP Server Im trying to configure my Ubuntu desktop as a tftp server. I found the following instructions on how to do this. Most of the instructions I understand however Im not sure about step 2. The instructions are below: In step 2 do I create a txt file in vi... (2 Replies)
Discussion started by: andyblaylock
2 Replies

7. Solaris

Improperly formatted value for 'tftp-server' error while booting the target from LAN

Hi, I wish to install solaris 10 on a target machine (t1000) by using Jumpstart. I have configured by jumpstart environment for the same. When i boot the target with the option "boot net -v install" i get the following error... {0} ok boot net -v install Boot device: /pci@7c0/pci@0/network@4... (3 Replies)
Discussion started by: hemalsid
3 Replies

8. UNIX for Advanced & Expert Users

unix tftp server

Does anyone know of a Unix TFP server that can tftp more then 32 meg? For Windows there is http://tftpd32.jounin.net but I cannot see a Unix one. Thoughts???? (0 Replies)
Discussion started by: calieddy
0 Replies

9. UNIX for Dummies Questions & Answers

top server issues

? what are the top server issues. (1 Reply)
Discussion started by: geekmaan
1 Replies
Login or Register to Ask a Question