Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jun 2021 21:01:11 +0300
From:      Amit Yaron <amit@phpandmore.net>
To:        trustedbsd-discuss@freebsd.org
Subject:   Connecting to SFTP with Filezilla
Message-ID:  <de07af51-25b1-6a5a-106e-c8c7b002bc66@phpandmore.net>

next in thread | raw e-mail | index | archive | help
If you want to transfer files to a site, better use SFTP - Secure File 
Transfer Protocol. The protocol uses port 22, the same port SSH uses.
When you run it from the command line, you may need to add the option 
flag -o with the parameter User. For example:

    sftp <site> -o User=<username>

With Filezilla, you can view a remote file's permission by selecting the 
file, right-clicking it an choosing "File permissions...".  If your 
protocol is SFTP, you'll be able to see the exact file permissions, 
which is another reason to prefer SFTP over FTP.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?de07af51-25b1-6a5a-106e-c8c7b002bc66>