question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Adding SFTP support?

See original GitHub issue

Bug Description Why is SFTP no longer supported on the latest version? I know you can use a previous version to use SFTP but I’d prefer to use the latest version with SFTP.

My Action Config

on: push
name: Publish Website
jobs:
      - name: Deploy resources
        uses: SamKirkland/FTP-Deploy-Action@4.1.0
        with:
          local-dir: PlayerWarps-Plugin/src/main/resources/configuration/
          server-dir: /var/www/html/playerwarps/configuration/
          server: cdn.olziedev.com
          username: ${{secrets.FTP_USERNAME_CDN}}
          password: ${{secrets.FTP_PASSWORD_CDN}}
          port: 2022

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

10reactions
pbolingcommented, Oct 18, 2021

For googlers… I needed SFTP, but un/pw only, no SSH keys. So I switched to https://github.com/wangyucode/sftp-upload-action

0reactions
SamKirklandcommented, Oct 5, 2022

@nicoduesing SFTP uses a SSH connection under the hood. FTPS uses FTP over a SSL connection.

I’m not aware of any hosts that offer only SFTP client access without SFTP. They might be accomplishing that via a restricted SSH account.

Overall you’re correct, depending on the host you might not be able to use rsync. I still think supporting raw FTP and rsync is the best path forward.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add-on:SFTP support - Official Kodi Wiki
This add-on is installed from the Add-on browser located in Kodi as follows: Settings; Add-ons; Install from repository; VFS; SFTP support ...
Read more >
Configure an SFTP server on Windows - 4sysops
In this post, I will demonstrate how to configure an SFTP server in ... FTP with the added support of a TLS certificate...
Read more >
How Do I Configure SFTP? - Integrate.io
In the Control Panel, navigate to the Windows Defender Firewall. Click on “Advanced settings” in the left panel to open a new pop-up...
Read more >
File Transfer Protocol (FTP/SFTP) - Support Center - WP Engine
Add SFTP User · Log in to the User Portal · Select the environment you wish to connect to · Click SFTP Users...
Read more >
How to set up an SFTP Server in Windows - V2 Cloud
Type services in the search bar. Then click the Services Desktop app. Locate the OpenSSH SSH Server option from the list. Right-click it,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found