stftp on AUR (Arch User Repository)

Last updated: June 25,2024

1. Install "stftp" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install stftp on Arch using YAY

$ yay -S stftp

* (Optional) Uninstall stftp on Arch using YAY

$ yay -Rns stftp

2. Manually Install "stftp" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone stftp's git locally

$ git clone https://aur.archlinux.org/stftp.git ~/stftp

c. Go to ~/stftp folder and install it

$ cd ~/stftp $ makepkg -si

3. Information about the stftp package on Arch User Repository (AUR)

ID: 232781
Name: stftp
PackageBaseID: 100400
PackageBase: stftp
Version: 1.1.0-3
Description: A simple terminal FTP client, using ncurses. It aims to be more user friendly than other interactive terminal clients by presenting a fullscreen representation of the remote directory.
URL: http://stftp.sourceforge.net/
NumVotes: 3
Popularity: 0
OutOfDate:
Maintainer: andrewboktor
Submitter: andrewboktor
FirstSubmitted: 1442812527
LastModified: 1442897190
URLPath: /cgit/aur.git/snapshot/stftp.tar.gz