I am trying to use SFTP from a command line and am receiving the following error
SFTP library not initialized. Can't establish connection.
This is the command that I am using:
c:\testfiles\coreftp.exe -u c:\testfiles\test1.txt sftp://UserName:Password@ftp.mysite.net
Any help with this issue would be greatly appreciated.
Thanks
SFTP library not initialized error
Re: SFTP library not initialized error
I did a search on this error and found this reply.jr2008 wrote:I am trying to use SFTP from a command line and am receiving the following error
SFTP library not initialized. Can't establish connection.
This is the command that I am using:
c:\testfiles\coreftp.exe -u c:\testfiles\test1.txt sftp://UserName:Password@ftp.mysite.net
Any help with this issue would be greatly appreciated.
Thanks
install the 2.0 version (developer build) over your current version. It could be a missing SFTP DLL in your installer.
I've installed this version. Core FTP LE 2.0 : free version. Is this the correct version I need to use this feature.
Thanks again