LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

fzsftp

SFTP connection handler of FileZilla

TLDR

Display version information
$ fzsftp -V
copy
Connect to a server
$ fzsftp [user@host]
copy
Connect on a specific port
$ fzsftp -P [2222] [user@host]
copy
Use a specific private key file
$ fzsftp -i [key.ppk] [user@host]
copy
Run commands from a batch file
$ fzsftp -b [commands.txt] [user@host]
copy
Connect with verbose output
$ fzsftp -v [user@host]
copy

SYNOPSIS

fzsftp [options] [user@host]

DESCRIPTION

fzsftp is the SFTP backend module of FileZilla, based on the psftp component of PuTTY. It is called internally by the FileZilla GUI to handle SSH File Transfer Protocol connections and is not intended for direct interactive use.The tool communicates with the FileZilla process via stdin/stdout. It supports PuTTY-format (.ppk) keys natively, batch file processing, and various SSH connection options inherited from PuTTY.

PARAMETERS

-V

Print version information and exit.
-P port
Connect to specified port.
-l user
Connect with specified username.
-pw password
Login with specified password (insecure).
-i keyfile
Private key file for user authentication.
-b file
Use specified batch file.
-bc
Output batch file commands.
-be
Don't stop batch file processing on errors.
-batch
Disable all interactive prompts.
-v
Show verbose messages.
-C
Enable compression.
-1, -2
Force use of SSH protocol version 1 or 2.
-4, -6
Force use of IPv4 or IPv6.
-load session
Load settings from saved session.
-noagent
Disable use of Pageant.
-agent
Enable use of Pageant.
-hostkey fingerprint
Manually specify a host key (may be repeated).
-proxycmd command
Use command as local proxy.
-sshlog file
Log protocol details to a file.

INSTALL

sudo apt install filezilla
copy
sudo dnf install filezilla
copy
sudo pacman -S filezilla
copy
sudo apk add filezilla
copy
sudo zypper install filezilla
copy
nix profile install nixpkgs#filezilla
copy

CAVEATS

Not intended to be used directly; it is called internally by FileZilla. Password on command line is insecure and visible in process listings. PPK keys need conversion for use with other SSH clients.

SEE ALSO

sftp(1), filezilla(1), scp(1), ssh(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid