About 1,040,000 results
Open links in new tab
  1. How do I connect to SFTP with provided SSH Key? - Super User

    sftp -i <privateKey> [email protected] to connect to the sftp server, once the sftp-server-admin has put your ssh public key to the right location (depends on the setup and the ssh server used).

  2. Windows: Connect to SFTP server using Windows File Explorer

    Apr 15, 2020 · I require one of my client to connect to a SFTP server using Windows File Explorer. The Explorer has an option to connect to a FTP server but not a SFTP server. In the Add new network …

  3. How do I connect to SFTP server with web browser? - Super User

    Aug 27, 2019 · Yes, we can not browse SFTP URL on the browser. The web browser only supports FTP. So I have set up an FTP server with username and password. I can now share the FTP URL to …

  4. cat a remote file from sftp - Unix & Linux Stack Exchange

    Nov 5, 2020 · You cannot execute cat via sftp because it is designed specifically for file transfer. You can check "man sftp" to find the list of commands that you can use while in the interactive shell.

  5. How do I get an entire directory in sftp? - Super User

    Sep 13, 2012 · I'm just learning to use sftp, and I want to copy a directory from the remote computer to my local computer. If I try get [directory] it gives me this error: Cannot download non-regular file: /home/

  6. windows - SFTP to transfer file - Super User

    Jun 5, 2023 · 1 I have created a bat file to transfer files from a pc to server Everything works fine when a enter command manually but I doo not know how to convert in a script as it will stop after enter …

  7. What's the difference between SCP and SFTP? - Super User

    Jul 6, 2016 · Usually, I use the scp command to transfer files on *nixes. What's the difference between SFTP and SCP? Don't they both work on SSH?

  8. unix - How do I use my keyfile to sftp transfer data from one server to ...

    I cant scp, the other server only takes sftp connections. Currently, I am trying to do sftp [email protected]:/files&gt; put -r ~/ -i keyname does not work, just resolves with illegal option -- i.

  9. windows - How do I use a bat file to continue using `sftp` after ...

    Aug 7, 2024 · If you want to run sftp non-interactively, you need to tell it what to do. At least with sftp from OpenSSH you can use -b to point it to its own batch file. -b batchfile Batch mode reads a series …

  10. How to Transfer file from the AS400 system using SFTP

    Oct 18, 2022 · File transfer is successful while executing the below script using/calling QP2TERM from the AS400 system. **lcd File_Path put File_name.txt quit** I am looking for the command which not …