© 2023 Hashnode
#sftp
Download a file from SFTP into local To download a file from an SFTP server using C#, you can use the SSH.NET library. Here's an example code snippet that demonstrates how to download a file from an S…
Introduction Amazon S3 is a highly scalable and secure storage service provided by AWS. S3 offers several storage classes that when used effectively can make storage costs very cheap. AWS provides the…
Requirements Let's say you want to create 3 SFTP only users mainuser : manage other users' folders and files user01 : can only view/edit own folder and files user02 : can only view/edit own folder and files Creating Users and Directori…
By design, ftp interfaces are simple. Connect to a server, get or put and file and disconnect. This has advantages, it is simple to learn and to use, the barrier to entry is low and changes to syntax …
SFTP setup Create bucket Buckets for POC Create roll for tf service. (Base config from documentation) { "Version": "2012-10-17", "Statement": [ { "Sid": "AllowListingOfUse…
Week 6 This week was a slow week, more like, a lazy week. I don't know where the spirit of laziness came from but its stench was all over me. I hope to overcome it in week 7, because there's no room f…
Why do we need Dynamic Math Formula? I was working on a project yesterday, where I was uploading items on the Shopify website in bulk by looping on Excel. The user's requirement was to create items …
If you ever needed to use password and key based authentication to enable a 2FA type mechanism to increase security, this blog is for you. OS used here is CentOS Linux , so lets get started! Check SSH SFTP unlike FTP doesn’t required additi…
Unlike Linux, Windows does not come with any tools for setting up an SFTP server. Even FileZilla Server, one of the most popular programs for setting up a FTP server, doesn't support SFTP out of the b…
SSH File Transfer Protocol (also Secure File Transfer Protocol, or SFTP) is a network protocol that provides file access, file transfer, and file management over a secure channel, such as SSH. Connect Enter the username and remote hostname …