How to Connect to an SFTP Server
Last updated: August 2025 | 15 minute read Have questions about how to connect to an SFTP Server? Connecting to an SFTP server doesn’t have to be complicated. Whether you’re using command line tools, GUI
Get the latest news on SFTP Gateway and cloud computing.
Last updated: August 2025 | 15 minute read Have questions about how to connect to an SFTP Server? Connecting to an SFTP server doesn’t have to be complicated. Whether you’re using command line tools, GUI
What port does SFTP use? Quick Answer: SFTP uses port 22 by default – the same port used by SSH (Secure Shell). This is because SFTP runs as a subsystem of SSH, making it inherently
Performing high availability upgrades for Auto Scaling Groups in AWS Performing high availability (HA) upgrades for Auto Scaling Groups (ASGs) in AWS requires careful planning and execution to ensure continuous service availability. Because Auto Scaling
The PGP Decryption Add-On for SFTP Gateway on Azure One of SFTP Gateway’s greatest advantages is its versatility. Through the use of add-ons and custom solutions, the functionality of SFTP Gateway can be expanded
Watch these two different approaches to building a continuous integration / continuous delivery process Continuous Integration – the process of automatically building and testing your code – is a crucial part of the modern software
In this video from the Columbia AWS Meetup, Johnny Boursiquot presents on how to orchestrate serverless on AWS. Johnny performs an interactive presentation where he builds a serverless Slack app that allows you to give “shoutouts”
Here’s a video from the Columbia AWS Meetup held on August 16, 2018 about how to implement user authentication using AWS Application Load Balancer (ALB) and Cognito without modifying your source code. One of our
Here’s a video from the Columbia AWS Meetup held on May 17, 2018 about how to use AWS Serverless Application Model (SAM) Command Line Interface (CLI) to build and test a serverless app locally. In
Create a serverless Slack chatbot with API Gateway, Lambda, and DynamoDB Slack, a messaging tool with similarities to IRC, basically killed email in our office (for which I am forever grateful). Not only does Slack
Use Serverless to create a REST API with Node.js and Lambda Lately, I’ve been turning to AWS Lambda for building server-side logic — whether for client work, product development, or even personal projects. Lambda is a managed service, so there’s no