Questions tagged [tftp]
Trivial File Transfer Protocol (TFTP) is a file transfer protocol, with limited functionality. This is for questions about using this protocol.
19 questions
0 votes
1 answer
57 views
How to preserve file permissions in a bluetooth transfer
I have had some success transferring files from one Raspberry Pi to another by using obexftp to send a file to an RPI that is running obex-bt. However, on the receiving end the file's permission is ...
1 vote
0 answers
148 views
Kernel doesn't start after tftp load
I'm trying to set up a rpi model 3b with a yocto distro and u-boot. I've built the core-image-minimal using bitbake and I have the RPI_USE_U_BOOToption set in my local.conf. The created image runs ...
0 votes
0 answers
153 views
Network-Boot without DHCP, remote TFTP
I know there is a way to boot a RPi without DHCP, when i set an static TFTP_IP. But can i set an remote TFTP Server? So my goal is: Connect RPi to the Network. Get files from remote TFTP and boot from ...
0 votes
0 answers
118 views
Kernel not updating with atp-get update/upgrade - Ubuntu 21.04 - TFTP boot NFS root
I am gradually getting a Pi 4 cluster up and running, and have hit an issue I have not been able to resolve with google. It is my understanding of the Ubuntu boot process that is lacking really. I ...
4 votes
1 answer
2k views
How do I use a Raspberry Pi to install OpenWrt firmware on a BT HomeHub 5a or PlusNet Hub One router
I have a spare BT HomeHub 5a clone (actually a PlusNet Hub One router). I would like to install the OpenWRT firmware on it, in order to reliably use it as a wired wifi range extender without a DHCP ...
0 votes
1 answer
1k views
How to configure Raspberry Pi 3 as a Jump Server?
Using a Linux/Windows PC, I want to download a file from a Windows server. However, I want to use a Raspberry Pi in between to act as a Jump Server. Linux/Windows (client)------> Pi (jump server)-----...
2 votes
1 answer
2k views
Network boot without DHCP?
Is it possible to configure TFTP statically, without using DHCP? I am not allowed to run DHCP server in the network where my Pis will be sitting, because it may interfere with other users activity. ...
0 votes
1 answer
611 views
Failed file transfer from Rpi to Filezilla server
I need to transfer files from Rpi to my computer. Rpi is connected to my computer with wifi. The FileZilla server is logged in into. But in the terminal when I run the FTPlib file I get this error: " ...
1 vote
0 answers
549 views
FTP and permissions
I am having trouble with file permissions. There are tons of websites and other sources regarding this. But none are addressing my issue. When I set a permission on a folder I have with chmod 660 [...
3 votes
1 answer
3k views
How to mount FTP drive with read+write and write+seek option
Long story I'm trying to use my Raspberry as a media server which automatically downloads new TV show episodes. One of the things I did until now is to install and set up Deluge which was fine and ...
0 votes
1 answer
1k views
No /usr/sbin/vsftpd found running; none killed
I tried to install and use a simples FTP server on my Pi. I fallow this tutorial, but not success. When I type service vsftpd restart it returns for me Stopping FTP server: No /usr/sbin/...
1 vote
0 answers
1k views
How do I bind ftp client to a network interface
Sounds like as trivial thing but I can't get it done. I've got the ftp client by apt-get install ftp. Now I want to connect with some server but through specified network interface.
6 votes
1 answer
1k views
How do I setup a Raspberry Pi 2 Model B to do a network install via TFTP?
I have a TFTP server, and I want to install any new Raspberry Pis on my network to use the TFTP server to install the OS. How do I got about doing this, I checked the Documentation on the official ...
3 votes
3 answers
8k views
Is there a program (like Filezilla) to transfer files by schedule to the Raspberry Pi?
I have been trying to find a replacement to FileZilla which is a good program, but it doesn't allow yet to schedule files to transfer from time to time. I run into some, but they are all supported by ...
1 vote
0 answers
640 views
Load kernel image and file system via a boot loader
I wish to use a boot loader (U-Boot for instance), and an ftp connection (via Ethernet) to load the kernel and the file system, and flash them. I have done this procedure in the past on other boards, ...