Questions tagged [psftp]

Ask Question

The tag has no usage guidance.

16 questions
6 votes 1 answer 13k views

PSFTP connection using key authentication

Using PuTTY to SSH onto server. But can't work out how to connect to SFTP. Private key is on a USB, maybe that's where I'm going wrong !? I have tried various ways e.g. PSFTP, but can't really find ... user avatar mikolokoroko
  • 65
2 votes 1 answer 1k views

How to change the remote working directory using psftp and RebexTinySftpServer

I am testing SFTP file trasfer between servers on Windows. I am using psftp.exe as a SFTP Client and RebexTinySftpServer as SFTP server. I am able to connect to the Rebex server and use get and put to ... user avatar Ghos3t
  • 420
0 votes 0 answers 85 views

Could not find any way If a file transfer fails half way through using Putty PSFTP

I know there is a command (reput) which we can use if a file transfer fails half way through. But how we can find out whether a file transfer fails half way through or not uisng psftp. Is there any ... user avatar user3742125
  • 185
1 vote 1 answer 2k views

Get latest file from a directory using psftp

There are many files in a directory on a server which are generated by a process. How to get latest file (order by date descending) that is generated using psftp? user avatar saikiran
  • 11
0 votes 1 answer 2k views

Using PSFTP to send file to remote server

I have a bat file I call everynight to transfer some files. I want to put a file from my computer to my remote server. I have installed PSFTP and I don't know how to use it in batch way. I put ... user avatar Vincent Decaux
  • 181
2 votes 1 answer 4k views

Overwrite file on remote server with psftp if it exists only

I am a newbie with command line and PSFTP command line upload, I am used to FileZilla but at the moment, I am uploading some files with extension (.js, .php, .txt) to my remote server via PSFTP ... user avatar Coding Enthusiast
  • 163
5 votes 1 answer 11k views

How do I print the contents of my local directory in PSFtp?

I can type dir to print the contents of the remote working directory. I can type lpwd to print the name of the local directory. What command do I use to print the contents of the local directory? user avatar soapergem
  • 1,446
0 votes 1 answer 69 views

Getting files and downloading them to a different directory

I can running a batch file with the following commands. I am new to PSFTP I want to download files from a remote server: get /"test City School District.zip" =>lcd f:\Imports\RenLearn\"Test City ... user avatar john french
  • 131
0 votes 2 answers 357 views

Key based authentication (SFTP) failed

I created a pair or RSA keys using Putty key generator, The Public key is attached set on the server side. The private key at windows client machine and being used with pageant and FileZila and ... user avatar rahularyansharma
  • 126
1 vote 2 answers 6k views

Can I use PSFTP to connect?

I can connect to a FTP site using FileZilla. It uses the FTP Protocol, requiring implicit FTP over TLS, username, password, and uses a passive transfer mode, on port 900. I am trying to find a ... user avatar Keltari
  • 67.9k
0 votes 1 answer 792 views

trying to transfer a file from my computer to a unix server

I m trying to automate the deployment process wherein i follow the following steps- 1.Run a Ant Script to build a .ear file 2.Login to the unix server using putty(SSH Connection) providing the login ... user avatar Tapan
  • 3
0 votes 1 answer 7k views

Using psftp to copy files from unix to windows

I am currently trying to copy a file from a unix server to my local machine. I know you have to use the "get" command but after executing the command, the file is not showing up in my local directory. ... user avatar chris
  • 1
6 votes 1 answer 22k views

How to download a directory and its contents using PSFTP?

I'm using PSFTP and am looking to download two directories and all of their subdirectories and place them else where on my server. I would think it would be as simple as get dirname c:\localdirname ... user avatar Dave
  • 197
3 votes 2 answers 27k views

Using psftp to upload and download files

Hello I am trying to upload and download files from my desktop to my server. Now after some search I did download psftp. I used to use filezilla earlier, but I cannot install it on my desktop due to a ... user avatar macha
  • 193
5 votes 1 answer 2k views

Set filename character encoding in Putty's PSFTP

I am using PuTTY's command line utility psftp.exe to transfer files between a UTF8-configured linux server and a MS Windows PC. File names containing non ASCII characters (e.g., Japanese kana) are ... user avatar lacton
  • 51

15 30 50 per page12

You Might Also Like