About 1,060,000 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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).

  4. unix - How do I use my keyfile to sftp transfer data from one …

    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 …

  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 …

  6. 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 …

  7. sftp: upload all files, directories and sub-directories contained in a ...

    26 Although not strictly equivalent to sftp, rsync is a very powerful alternative for scp and sftp, especially when updating the copies from machine A to machine B, as it doesn't copy the files …

  8. 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?

  9. 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 …

  10. Timestmap of a SFTP-delivered file - Unix & Linux Stack Exchange

    Jun 5, 2020 · I run a SSH server (a plain sshd) which receives files from multiple users in different timezones/DSTs via SFTP. These files are then polled and further processed by a set of …