- Jun
- 630
- 8
I have successfully made regular FTP connections from the command line with explicit connection data and with data obtained via the FTP.CFG file, but I cannot get SFTP connections to work. What is the proper form for the entry in the FTP.CFG file, and what is the syntax to use that connect data from the command line (e.g., for DIR and IFTP)?
I got an IFTP command to work once, but now it always fails. I have tried the following:
For those I get the error message, "TCC: [10053] Software caused connection abort "host". For various other attempts, I get some long message after a long timeout.
I got an IFTP command to work once, but now it always fails. I have tried the following:
Code:
iftp /P1 sftp://user:pw@host:22
iftp /P1 "sftp://user:pw@host:22" [because the pw contains percent signs and carets]
For those I get the error message, "TCC: [10053] Software caused connection abort "host". For various other attempts, I get some long message after a long timeout.