TAG

Sftp

How to set SFTP umask in Linux? [100% Working]

In this tutorial I will share the steps to set umask for SFTP connections. I will not go into the details on what is umask and how to set umask in Linux. You

By omercakmak · 6 min read · Linux

[SOLVED] Upload file to Linux server from Windows

3 different methods to upload file to Linux server from Windows. Using SCP or PSCP CLI tool, or Using WinSCP and/or FileZilla which are GUI based tool

By omercakmak · 5 min read · SCP

[SOLVED] Restrict FTP user to a directory in Linux

Use chroot_local_user to restrict FTP user to a directory in vsftpd.conf in Linux. You can specify the directory name and path which acts as home directory for …

By omercakmak · 6 min read · SCP