Downloads:
3,263
Downloads of v 2.6.3:
40
Last Update:
15 Nov 2024
Package Maintainer(s):
Software Author(s):
- Nicola Murino
Tags:
sftp sftp-server ftp webdav s3 azure-blob google-cloud-storage cloud-storage scp data-at-rest-encryption multi-factor-authentication multi-step-authentication- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
SFTPGo
- 1
- 2
- 3
2.6.3 | Updated: 15 Nov 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
3,263
Downloads of v 2.6.3:
40
Software Author(s):
- Nicola Murino
SFTPGo 2.6.3
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Nicola Murino. The inclusion of Nicola Murino trademark(s), if any, upon this webpage is solely to identify Nicola Murino goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install SFTPGo, run the following command from the command line or from PowerShell:
To upgrade SFTPGo, run the following command from the command line or from PowerShell:
To uninstall SFTPGo, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download sftpgo --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade sftpgo -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade sftpgo -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install sftpgo
win_chocolatey:
name: sftpgo
version: '2.6.3'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'sftpgo' do
action :install
source 'INTERNAL REPO URL'
version '2.6.3'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller sftpgo
{
Name = "sftpgo"
Version = "2.6.3"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'sftpgo':
ensure => '2.6.3',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 16 Nov 2024.
SFTPGo allows you to securely share your files over SFTP and optionally over HTTP/S, FTP/S and WebDAV as well.
Several storage backends are supported and they are configurable per-user, so you can serve a local directory for a user and an S3 bucket (or part of it) for another one.
SFTPGo also supports virtual folders. A virtual folder can use any of the supported storage backends. So you can have, for example, a user with the S3 backend mapping a GCS bucket (or part of it) on a specified path and an encrypted local filesystem on another one. Virtual folders can be private or shared among multiple users, for shared virtual folders you can define different quota limits for each user.
SFTPGo allows to create HTTP/S links to externally share files and folders securely, by setting limits to the number of downloads/uploads, protecting the share with a password, limiting access by source IP address, setting an automatic expiration date.
SFTPGo is highly customizable and extensible to suit your needs.
You can find more info here.
Notes
- This package installs SFTPGo as Windows Service.
- After the first installation please take a look at the Getting Started Guide.
Log in or click on link to see number of positives.
- sftpgo.2.6.3.nupkg (da319fbc4236) - ## / 68
- sftpgo_v2.6.3_windows_x86_64.exe (276b0332c4ff) - ## / 61
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
SFTPGo 2.6.3 | 40 | Friday, November 15, 2024 | Approved | |
SFTPGo 2.6.2 | 245 | Friday, June 21, 2024 | Approved | |
SFTPGo 2.6.1 | 31 | Wednesday, June 19, 2024 | Approved | |
SFTPGo 2.6.0 | 97 | Wednesday, May 15, 2024 | Approved | |
SFTPGo 2.5.6 | 163 | Monday, December 18, 2023 | Approved | |
SFTPGo 2.5.5 | 88 | Friday, November 10, 2023 | Approved | |
SFTPGo 2.5.4 | 163 | Saturday, July 15, 2023 | Approved | |
SFTPGo 2.5.3 | 85 | Thursday, June 29, 2023 | Approved | |
SFTPGo 2.5.2 | 84 | Saturday, June 17, 2023 | Approved | |
SFTPGo 2.5.1 | 106 | Saturday, May 20, 2023 | Approved | |
SFTPGo 2.5.0 | 88 | Wednesday, May 3, 2023 | Approved | |
SFTPGo 2.4.5 | 94 | Saturday, April 8, 2023 | Approved | |
SFTPGo 2.4.4 | 122 | Saturday, February 4, 2023 | Approved | |
SFTPGo 2.4.3 | 81 | Saturday, January 7, 2023 | Approved | |
SFTPGo 2.4.2 | 125 | Friday, November 25, 2022 | Approved | |
SFTPGo 2.4.1 | 85 | Saturday, November 12, 2022 | Approved | |
SFTPGo 2.4.0 | 97 | Sunday, October 23, 2022 | Approved | |
SFTPGo 2.3.6 | 98 | Wednesday, October 12, 2022 | Approved | |
SFTPGo 2.3.5 | 92 | Saturday, September 17, 2022 | Approved | |
SFTPGo 2.3.4 | 94 | Thursday, September 1, 2022 | Approved | |
SFTPGo 2.3.3 | 108 | Friday, August 5, 2022 | Approved | |
SFTPGo 2.3.2 | 84 | Friday, July 29, 2022 | Approved | |
SFTPGo 2.3.1 | 147 | Saturday, June 11, 2022 | Approved | |
SFTPGo 2.3.0 | 95 | Saturday, June 4, 2022 | Approved | |
SFTPGo 2.2.3 | 235 | Monday, May 2, 2022 | Approved | |
SFTPGo 2.2.2 | 161 | Friday, February 18, 2022 | Approved | |
SFTPGo 2.2.1 | 98 | Saturday, January 8, 2022 | Approved | |
SFTPGo 2.2.0 | 113 | Saturday, November 27, 2021 | Approved | |
SFTPGo 2.1.2 | 144 | Monday, November 8, 2021 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about SFTPGo and the SFTPGo package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or SFTPGo, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.