Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Miniman Installation CD doesn't have FTP client
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo Chat
View previous topic :: View next topic  

Would you like to have FTP client on Minimal Installation CD?
Yes, of course!
16%
 16%  [ 1 ]
No, absolutely not.
50%
 50%  [ 3 ]
I don't care about that.
33%
 33%  [ 2 ]
Total Votes : 6

Author Message
R0bur
n00b
n00b


Joined: 14 Jan 2025
Posts: 7

PostPosted: Fri Jan 17, 2025 3:09 pm    Post subject: Miniman Installation CD doesn't have FTP client Reply with quote

Why not to have an FTP client on the Minimal Installation CD (MI-CD)?

I understand that wget can be used to download files from FTP servers. But what about uploading some things to an FTP server? For example, to save configuration files that are changed during installation.

MI-CD is designed not for installation only, but for troubles solve too. And FTP server can be easily started up on any host for emergency files exchange.

So I vote for having the standard Linux FTP-client net-ftp/ftp on MI-CD. And what do you think?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54725
Location: 56N 3W

PostPosted: Fri Jan 17, 2025 3:18 pm    Post subject: Reply with quote

R0bur,

Welcome to Gentoo.

Use scp for file transfer to other hosts, or rsync even.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
R0bur
n00b
n00b


Joined: 14 Jan 2025
Posts: 7

PostPosted: Fri Jan 17, 2025 3:28 pm    Post subject: Reply with quote

NeddySeagoon wrote:
R0bur,
Welcome to Gentoo.

Thank you!
NeddySeagoon wrote:
Use scp for file transfer to other hosts, or rsync even.

scp and rsync are great tools in the Linux/Unix environment. But they are not easy to use for transfer files to Windows host.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54725
Location: 56N 3W

PostPosted: Fri Jan 17, 2025 3:53 pm    Post subject: Reply with quote

R0bur,

There is sneakernet too. You don't even need a working network.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1990

PostPosted: Fri Jan 17, 2025 4:15 pm    Post subject: Reply with quote

R0bur wrote:
NeddySeagoon wrote:
Use scp for file transfer to other hosts, or rsync even.

scp and rsync are great tools in the Linux/Unix environment. But they are not easy to use for transfer files to Windows host.

There are lots of tools for scp on windows.. see for yourself on Win10/11: winget search scp
Even Microsoft has a full OpenSSH port
Back to top
View user's profile Send private message
R0bur
n00b
n00b


Joined: 14 Jan 2025
Posts: 7

PostPosted: Fri Jan 17, 2025 4:25 pm    Post subject: Reply with quote

NeddySeagoon wrote:
R0bur,

There is sneakernet too. You don't even need a working network.


NeddySeagoon,

but that is an overhead when you use VMs on a single host. Virtual network can be acquired automatically in most these cases.

Anyway, thank you for the recommendations about scp and rsync. I don't used these tools before because FTP was more straight way for my use cases. I'm going to study how to use them.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54725
Location: 56N 3W

PostPosted: Fri Jan 17, 2025 4:30 pm    Post subject: Reply with quote

R0bur,

You keep expanding the problem space :)
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10701
Location: Somewhere over Atlanta, Georgia

PostPosted: Fri Jan 17, 2025 4:36 pm    Post subject: Reply with quote

The livedvd has an ftp client. So does the Admin CD, sabayonino's LRS, and many others. All of these listed ones are Gentoo-based (not that that's necessary) and perfectly fine for installing Gentoo.

(Alas, SystemRescueCD is no longer Gentoo-based. It used to be my go-to installation media.)

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
R0bur
n00b
n00b


Joined: 14 Jan 2025
Posts: 7

PostPosted: Fri Jan 17, 2025 5:01 pm    Post subject: Reply with quote

grknight wrote:
R0bur wrote:
NeddySeagoon wrote:
Use scp for file transfer to other hosts, or rsync even.

scp and rsync are great tools in the Linux/Unix environment. But they are not easy to use for transfer files to Windows host.

There are lots of tools for scp on windows.. see for yourself on Win10/11: winget search scp
Even Microsoft has a full OpenSSH port


scp is a good solution to transfer files from Windows to Linux but not the other way around. I use SFK (Swiss File Knife) tool to run FTP server on Windows when I need, and it doesn't require installation or admin permissions. And most live images have FTP-client to make files exchange possible.
Back to top
View user's profile Send private message
R0bur
n00b
n00b


Joined: 14 Jan 2025
Posts: 7

PostPosted: Fri Jan 17, 2025 5:15 pm    Post subject: Reply with quote

John R. Graham wrote:
The livedvd has an ftp client. So does the Admin CD, sabayonino's LRS, and many others. All of these listed ones are Gentoo-based (not that that's necessary) and perfectly fine for installing Gentoo.

(Alas, SystemRescueCD is no longer Gentoo-based. It used to be my go-to installation media.)

- John


Yes, you're right. But the Minimal CD is so small and contains so many useful tools. The only thing I was missing was an FTP client. So I asked if anyone else would like to place it there.
Back to top
View user's profile Send private message
R0bur
n00b
n00b


Joined: 14 Jan 2025
Posts: 7

PostPosted: Fri Jan 17, 2025 5:18 pm    Post subject: Reply with quote

NeddySeagoon wrote:
R0bur,

You keep expanding the problem space :)

NeddySeagoon,
I won't do it again! ;)
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1990

PostPosted: Fri Jan 17, 2025 5:27 pm    Post subject: Reply with quote

Similar to this is Rclone which is a multi-platform (there's even a Gentoo ebuild) copy tool which does not require a full installation.
Windows can serve over SFTP with: rclone serve sftp [options] C:\transfer

Edit: FTP is a poor protocol for modern times.
Back to top
View user's profile Send private message
R0bur
n00b
n00b


Joined: 14 Jan 2025
Posts: 7

PostPosted: Fri Jan 17, 2025 6:35 pm    Post subject: Reply with quote

grknight wrote:
Similar to this is Rclone which is a multi-platform (there's even a Gentoo ebuild) copy tool which does not require a full installation.
Windows can serve over SFTP with: rclone serve sftp [options] C:\transfer

Just now I had transferred files between Windows host and Gentoo VM (booted from the Minimal Installation CD) using putty on the Windows side and sshd on the Gentoo side. It was not so easy, like FTP, but it is possible.

grknight wrote:
Edit: FTP is a poor protocol for modern times.

Nobody will use FTP in production today. But for tranfer files in a secure environment — why not?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Chat All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum