Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

447

Downloads of v 1.0.5:

65

Last Update:

13 Jun 2021

Package Maintainer(s):

Software Author(s):

  • Aleph Archives

Tags:

mft transfer secure high speed file

AlephTransfer CLI (Install)

This is not the latest version of AlephTransfer CLI (Install) available.

  • 1
  • 2
  • 3

1.0.5 | Updated: 13 Jun 2021

Downloads:

447

Downloads of v 1.0.5:

65

Maintainer(s):

Software Author(s):

  • Aleph Archives

AlephTransfer CLI (Install) 1.0.5

This is not the latest version of AlephTransfer CLI (Install) available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install AlephTransfer CLI (Install), run the following command from the command line or from PowerShell:

>

To upgrade AlephTransfer CLI (Install), run the following command from the command line or from PowerShell:

>

To uninstall AlephTransfer CLI (Install), run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade atcli -y --source="'INTERNAL REPO URL'" --version="'1.0.5'" [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 atcli -y --source="'INTERNAL REPO URL'" --version="'1.0.5'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install atcli
  win_chocolatey:
    name: atcli
    version: '1.0.5'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'atcli' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.0.5'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller atcli
{
    Name     = "atcli"
    Version  = "1.0.5"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'atcli':
  ensure   => '1.0.5',
  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.

Package Approved

This package was approved by moderator Windos on 18 Aug 2021.

Description

This will download and silently install the entire Aleph Transfer CLI.


tools\3rdLIC.pdf
md5: 9FF736D978EB56DB1527357F82AE3C0F | sha1: 13887988901F2B75B077E780F654632468F4C604 | sha256: 0ADD9313FF7693F111851625C06A51B550FA5AAF5FFFF2295DD84EB5A96E6604 | sha512: 4433B19561505F6801A5BD18FC6701BEDB8B3ADAB6A182ADB0996C6C7CC3421616314C69CB9A94241D18FCF7ABBACE3B8212601494BCCE9DBB05CC3B8A5A13D3
tools\atcli.exe
md5: 333BBD5B688903EB2032D0AC40D9AD2F | sha1: 8945B4517982424B6BE0ECFF579A5093E93A4337 | sha256: 6CFBAFCABE2B443758E2DB05F8D6DBCDCFE1D06881C9C40557E097935FB758EE | sha512: 77D4303EC50EEE52E25F61290C7229E994DB5DA254B90ADFA4F3806D1A86A28726F3C52FB38A54715E1248B19FFE7A654D24B00B515E0EEDB0D8F867F50E045C
tools\atcli.exe.sig
 
tools\atcli.sha256
 
tools\LICENSE.pdf
md5: 36EF415A471DD5A11B925EA38CFDE45D | sha1: 32EB10918AC23FD9E92746FAB38688A468312D86 | sha256: C02E09E4292C97B4E92403C9A1B9C12E8B746411A511E9C99E166BD223A73AF0 | sha512: E79FB17F7319C66535CAFC21A56158D05BAEB57EA3EB2ECF502DB3C1FAA9BE09C7CA86E3A3F82D877FC11A257B360174165B49A6B1D23961AAAF78167CDA03A9
tools\LICENSE.txt
From: https://alephtransfer.com/license/atcli/LICENSE.pdf

LICENSE

ALEPHTRANSFER CLI
            
Copyright © 2010-2021 ALEPH ARCHIVES Ltd. All rights reserved       
https://aleph-archives.com/

End-User License Agreement

Terms of Use

Agreement to these Terms and Conditions of Use

BY DOWNLOADING AND INSTALLING THE SOFTWARE, YOU ARE CONSENTING TO BE BOUND BY AND ARE BECOMING A PARTY TO THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS AGREEMENT, YOU MAY NOT INSTALL OR USE THE SOFTWARE OR IT'S CONTENT INCLUDED IN THE SETUP PROGRAM. IF THE COPY OF THE SOFTWARE YOU RECEIVED WAS ACCOMPANIED BY A PRINTED OR OTHER FORM OF "HARD-COPY" MEDIA WHOSE END USER LICENSE AGREEMENT TERMS VARY FROM THIS AGREEMENT, THEN THE HARD-COPY END USER LICENSE AGREEMENT GOVERNS YOUR USE OF THE SOFTWARE.

IMPORTANT: READ CAREFULLY

This ALEPH ARCHIVES Ltd End-User License Agreement ("EULA") is a legal agreement between ALEPH ARCHIVES Ltd ("Aleph Archives" "We" "Us" or "Our")  and you (either an individual or a single entity) for the downloading and using of ATCLI software, including: computer software, programs, source code, binaries, objects including their API's, as well as any images, photographs, templates, animations, video, audio, music, text, and "plugins" incorporated into the software, the accompanying printed materials, and "online" or electronic documentation ("SOFTWARE PRODUCT"). By installing, downloading, creating a back-up, or otherwise using the SOFTWARE PRODUCT, you agree to be bound by the terms of this EULA. If you do not agree to the terms of this EULA, do not install or use the SOFTWARE PRODUCT; you must destroy the SOFTWARE PRODUCT and any copies thereof.


1. Single Copy Software License and Trademarks

(a) The Software is owned by ALEPH ARCHIVES Ltd and copyrighted and protected by law and international treaty. You may install and use this Software on a single computer for your internal use only, unless specifically licensed to do otherwise by ALEPH ARCHIVES Ltd.
(b) All rights not expressly granted by us in this Agreement are reserved. Without limiting the generality of the previous sentence, you may not (i) copy the Software (or any part of the Software), (ii) modify the Software or separate out any of its components for use with other software, (iii) transfer, lend, loan, lease, rent, sell the Software to another person (except that you may transfer the software in connection with a transfer of the computer on which it is installed), (iv) decompile, disassemble, or otherwise reverse engineer or attempt to discover any underlying proprietary information of the Software, or (v) use the Software in any way that violates any applicable federal, state, local, or international law or regulation.
(c) You further acknowledge that the "ATCLI Software" and "ALEPH ARCHIVES" are our trademarks and that this license does not grant you any right whatsoever in these trademarks. For example, you have no right to use, copy, modify, or publicly display these trademarks, and you may not remove, alter, or delete such trademarks as are affixed by Us to reports, documents, templates, screen shots, etc. generated through use of the Software.
(d) You understand that the Software is licensed to you and not sold. The Software is owned by ALEPH ARCHIVES Ltd who retains title to all copies of the Software and all intellectual property rights contained within or embodied by the Software, including without limitation copyrights, licensing rights, patents, trademarks, trade secrets, design rights, engineering rights, moral rights, and any other intellectual property rights. These rights are not transferred as part of this Agreement.
(e) Finally, you may not assist or allow anyone to do anything that this Agreement prohibits you from doing.

2. Updates to the Software

You acknowledge that from time to time ALEPH ARCHIVES may issue upgraded versions of the Software but that it has no obligation whatsoever to provide you with an upgraded version nor to inform you of the existence thereof. If you are granted the right to upgrade your current version of the Software, you consent to and agree to be bound by the current Terms of Use if you continue to use the Software after the effective update you acknowledge and agree that the terms and conditions of this Agreement will apply to all such upgraded versions. Any upgraded version of the Software will be subject to this Agreement.

3. Updates to the Terms of Use

You acknowledge that from time to time ALEPH ARCHIVES may modify the terms governing your use of the Software. Notice of such updates will be provided by posting the effective date on the Software Terms of Use appearing on ALEPH ARCHIVES's website (www.aleph-archives.com). You consent to and agree to be bound by the current Terms of Use if you continue to use the Software after the effective update of such Terms of Use.

4. Disclaimers

IT IS UNDERSTOOD BY YOU THAT THE SOFTWARE PRODUCT HAS NOT BEEN THOROUGHLY TESTED AND MAY CONTAIN DEFECTS AND THAT THE AUTHOR MAKES NO EXPRESS OR IMPLIED REPRESENTATIONS OR WARRANTIES WHATSOEVER REGARDING ITS USE, PERFORMANCE, OPERATION, APPLICATIONS PORTABILITY BETWEEN SUBSEQUENT VERSIONS AND FINAL VERSION OR SUPPORT. BY WAY OF EXAMPLE, BUT NOT OF LIMITATION, THE AUTHOR MAKES NO REPRESENTATIONS OR WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. IT IS FURTHER UNDERSTOOD BY YOU THAT NO COMMITMENT EXISTS ON THE PART OF THE AUTHOR TO PROVIDE THE SOFTWARE PRODUCT IN A CONDITION SUITABLE FOR USE BY YOU. YOU ACKNOWLEDGE THAT THE SOFTWARE PRODUCT IS DELIVERED ON AN "AS IS" BASIS AND THAT YOUR USE OF THE SOFTWARE PRODUCT SHALL BE AT YOUR SOLE RISK. YOU ALSO AGREE THAT, TO THE EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY (i) DIRECT, SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES SUCH AS, BUT NOT LIMITED TO, LOSS OF DATA, LOST PROFITS, OR EXEMPLARY OR PUNITIVE DAMAGES, WHETHER OR NOT FORESEEABLE AND EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, OR (ii)ANY OTHER CLAIM, DEMAND OR DAMAGES WHATSOEVER RESULTING FROM OR ARISING OUT OF OR IN CONNECTION WITH THIS AGREEMENT OR THE DELIVERY, USE OR PERFORMANCE OF THE SOFTWARE PRODUCT, OR CONTENT DISTRIBUTED THROUGH THE SOFTWARE PRODUCT,WHETHER IN AN ACTION IN CONTRACT OR TORT, INCLUDING NEGLIGENCE

5. Limitation of Liability

(a) You expressly acknowledge and agree that in no event shall ALEPH ARCHIVES, its officers, directors, shareholders, affiliates or licensors be liable for any special, punitive, incidental, consequential or exemplary damages, including but not limited to damages for loss of use, computer failure or malfunction, loss of goodwill, lost profits, loss of data or information, unauthorized access to and/or loss of your personally identifiable information, or any and all other commercial damages and losses, arising out of or in connection with the Software or its use or this Agreement, even if ALEPH ARCHIVES, its officers, directors, shareholders, affiliates or licensors have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of incidental or consequential damages, so the above limitation or exclusion may not apply to you.
(b) ALEPH ARCHIVES is not responsible for any problems or technical malfunction of any telephone network or lines, computer online systems, servers or providers, computer equipment, software, failure of any email or players due to technical problems or traffic congestion on the Internet or on any the Software, including any injury or damage to users or to any person’s computer related to or resulting from participation or downloading materials in connection with the Software. Under no circumstances shall ALEPH ARCHIVES be responsible for any loss or damage, including personal injury or death, resulting from use of the Software or from the conduct of any users of the Software, whether online or offline.
(c) If you are dissatisfied with any remotely hosted forum material, or with any of ALEPH ARCHIVES's terms and conditions, your sole and exclusive remedy is to discontinue using the Software. In addition, you release ALEPH ARCHIVES and its affiliates from any damages that you incur, and agree not to assert any claims against them, arising from your use of the Software or the furniture of related services.
(d) You acknowledge and agree that the provisions under this Agreement that limit liability, disclaim warranties, or exclude consequential damages or other damages or remedies are essential terms of this Agreement that are fundamental to the parties’ understanding regarding allocation of risk, and all of these provisions are also made on behalf of third parties that are authorized by ALEPH ARCHIVES to distribute the Software and shall inure to their benefit. Accordingly, such provisions shall be severable and independent of any other provisions and shall be enforced as such, regardless of any breach or other occurrence hereunder. Without limiting the generality of the foregoing, you agree that all limitations of liability, disclaimers of warranties, and exclusions of consequential damages or other damages or remedies shall remain fully valid, effective and enforceable in accordance with their respective terms, even under circumstances that cause any exclusive remedy under this Agreement to fail of its essential purpose.
(e) You acknowledge and agree that any files generated using the software product are  your sole property and that ALEPH ARCHIVES is not held responsible from any damage you incur.



6. Intellectual Property
(a) Subject to the License granted hereunder, all title, ownership, intellectual property rights and all other rights and interests in and to the Software, the related printed materials, and any copies of the Software are owned by Aleph Archives.
(b) You understand that the Software is licensed to you and not sold. The Software is owned by Aleph Archives who retains title to all copies of the Software and all intellectual property rights contained within or embodied by the Software, including without limitation copyrights, licensing rights, patents, trademarks, trade secrets, design rights, engineering rights, moral rights, and any other intellectual property rights. These rights are not transferred as part of this Agreement;
(c) Without prejudice to the foregoing, it is expressly agreed that any output file (containing the archived data and metadata), which is any file generated by you as a result of you using the Software shall belong to you, even after the termination of this Agreement.
(d) All rights not expressly granted by Aleph Archives in this Agreement are reserved. Without limiting the generality of the previous sentence, you may not (i) copy the Software (or any part of the Software), (ii) modify the Software or separate out any of its components for use with other software, (iii) transfer, lend, loan, lease, rent, sell the Software to another person (except that you may transfer the Software in connection with a transfer of the computer on which it is installed), (iv) decompile, disassemble, or otherwise reverse engineer or attempt to discover any underlying proprietary information of the Software, or (v) use the Software in any way that violates any applicable federal, state, local, or international law or regulation.
(e) The Software may include copy protection technology to prevent the unauthorized copying of the Software or may require original media for use of the Software on the computer.  You acknowledge that it is illegal to make unauthorized copies of the Software or to circumvent any copy protection technology included in the Software;
(f) You further acknowledge that the Software and, in particular, its ATCLI interface, as well as "Aleph Archives" are trademarks which are owned exclusively by Aleph Archives and that the License does not grant you any right whatsoever in these trademarks. For example, you have no right to use, copy, modify, or publicly display these trademarks, and you may not remove, alter, or delete such trademarks as are affixed by Aleph Archives to reports, documents, templates, screen shots, etc. generated through use of the Software;
(g) Finally, you may not assist or allow anyone to do anything that this Agreement prohibits you from doing.



7. Termination

ALEPH ARCHIVES may terminate this Agreement at any time and without prior notice if you violate it. You must destroy all copies of the Software in your possession or control promptly upon termination. The termination of this Agreement by ALEPH ARCHIVES for whatever reason will not limit any of ALEPH ARCHIVES's other rights or remedies under this Agreement or at law or in equity. Any provision of this Agreement that by its sense and context is intended to survive termination of this Agreement will survive termination.

The product software versions including but not limited to (i) test copies sent to partners, (ii) trial versions available for download to the public, (iii) any version of the software product that has a limited usage time. may carry an expiry date. Any usage of the software product after the expiry date reported to Aleph Archives will be deemed violation to this agreement.


8. Governing Law

This Agreement, the obligations hereunder and any and all claims relating to the Software or any related services provided by ALEPH ARCHIVES shall be governed, interpreted and construed in accordance with the substantive laws of Switzerland, without regard to conflict of laws principles thereof.


9. Jurisdiction
Any dispute, controversy or claim arising out of or in relation with this Agreement including the validity, invalidity, breach or termination thereof, shall be submitted to the exclusive jurisdiction of the ordinary courts of Lausanne, Switzerland, with reserve of appeal to the Swiss Federal Tribunal.
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

## 1. Ensure checksum is correct
choco install checksum
checksum -t sha256 -f "C:\ProgramData\chocolatey\lib\atcli\tools\atcli.exe"

## 2. Verify GPG Signature
## 2.1 Download AlephArchives's GPG PubKey
choco install wget
wget https://alephtransfer.com/sig/alepharchives_pubkey.asc -o alepharchives_pubkey.asc

## 2.2 Ensure atcli.exe GPG signature is valid (i.e signed by Aleph Archives)
choco install -y gnupg

gpg --yes -o "pub.key" --dearmor "alepharchives_pubkey.asc"
gpg --status-fd 1 --no-default-keyring --keyring ".\pub.key" --trust-model always --verify "C:\ProgramData\chocolatey\lib\atcli\tools\atcli.exe.sig"

[GNUPG:] NEWSIG
[GNUPG:] KEY_CONSIDERED 90EBC20EABF6612E2C1EEC3B8CCE00948AC0136D 0
[GNUPG:] SIG_ID 56skvt5NO0BOvvDcqBcWwIA/Cvo 2021-05-14 1621023710
[GNUPG:] KEY_CONSIDERED 90EBC20EABF6612E2C1EEC3B8CCE00948AC0136D 0
[GNUPG:] GOODSIG 8CCE00948AC0136D Aleph Archives <[email protected]>  <------- IMPORTANT
[GNUPG:] VALIDSIG 90EBC20EABF6612E2C1EEC3B8CCE00948AC0136D 2021-05-14 1621023710  0 4 0 1 8 00 90EBC20EABF6612E2C1EEC3B8CCE00948AC0136D  <------- IMPORTANT

Log in or click on link to see number of positives.

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
AlephTransfer CLI (Install) 1.0.5 65 Sunday, June 13, 2021 Approved
AlephTransfer CLI (Install) 1.0.4 82 Saturday, May 29, 2021 Approved
AlephTransfer CLI (Install) 1.0.3 78 Monday, May 17, 2021 Approved

This package has no dependencies.

Discussion for the AlephTransfer CLI (Install) Package

Ground Rules:

  • This discussion is only about AlephTransfer CLI (Install) and the AlephTransfer CLI (Install) 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 AlephTransfer CLI (Install), 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.
comments powered by Disqus