Set gFTP as the Default Command Line FTP Client on Ubuntu Ställ gFTP som standard Command Line FTP-klient på Ubuntu
gFTP is a great ftp client for Ubuntu Linux that provides both a GUI based experience as well as a command line client. gFTP är en bra ftp-klient för Ubuntu Linux som ger både en GUI baserad erfarenhet samt en kommandorad klient. There's an easy way to switch between using the default ftp client and using gftp-text. Det finns ett enkelt sätt att växla mellan att använda standardprogram ftp och använda gftp-text. First you'll want to make sure that you've Först du vill vara säker på att du har installed gFTP installerade gFTP . .
We'll use the update-alternatives command to change the setting. Vi kommer att använda update-alternatives kommandot för att ändra inställningen. Open up a terminal window and type in the following command: Öppna ett terminalfönster och skriv in följande kommando:
sudo update-alternatives –config ftp sudo update-alternatives-config ftp
You should see something similar to this: Du bör se någonting som liknar detta:
~$ sudo update-alternatives –config ftp ~ $ Sudo update-alternatives-config ftp
There are 2 alternatives which provide `ftp'. Det finns 2 alternativ som ger "ftp".
Selection Alternative Urval Alternativ
———————————————– ----------------
*+ 1 /usr/bin/netkit-ftp * + 1 / usr / bin / netkit-ftp
2 /usr/bin/gftp-text 2 / usr / bin / gftp-text
Press enter to keep the default[*], or type selection number: 2 Tryck ENTER för att behålla standardvärdet [*], eller skriv val nummer: 2
For my system, gftp is option 2, so I type that in and hit the enter key. För mitt system, är gftp alternativ 2, så jag skriver att i och tryck på Enter.
To test this out, just type in “ftp localhost”… you should see that your system is now using gftp instead. För att testa det här, skriv in "ftp localhost" ... du ska se att ditt system använder nu gftp istället.
~$ ftp localhost ~ $ Ftp localhost
gFTP 2.0.18, Copyright (C) 1998-2003 Brian Masney <masneyb@gftp.org>. gFTP 2.0.18, Copyright (C) 1998-2003 Brian Masney <masneyb@gftp.org>. If you have any questions, comments, or suggestions about this program, Om du har några frågor, kommentarer eller förslag om det här programmet,
please feel free to email them to me. du gärna skicka dem till mig. You can always find out the latest news Du kan alltid hitta de senaste nyheterna
about gFTP from my website at Om gFTP från min webbplats http://www.gftp.org/ http://www.gftp.org/
gFTP comes with ABSOLUTELY NO WARRANTY; for details, see the COPYING file. gFTP kommer med ABSOLUT INGEN GARANTI, för detaljer se filen COPYING. This Den här
is free software, and you are welcome to redistribute it under certain är fri programvara, och du är välkommen att distribuera det under vissa
conditions; for details, see the COPYING file villkor, för detaljer se filen COPYINGUsername [anonymous]: Användarnamn [anonym]:
Nice and simple. Nice and simple.

Daily Email Updates Dagligt Updates
You can get our how-to articles in your inbox each day for free. Du kan få våra instruktioner artiklar i din inkorg varje dag gratis. Just enter your name and email below: Skriv bara in ditt namn och e-postadress nedan:



Thank You Tack