SFTP library not initialized error

Core FTP client questions and answers
Post Reply
jr2008
Posts: 2
Joined: Wed Jan 09, 2008 3:31 pm

SFTP library not initialized error

Post by jr2008 »

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
jr2008
Posts: 2
Joined: Wed Jan 09, 2008 3:31 pm

Re: SFTP library not initialized error

Post by jr2008 »

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
I did a search on this error and found this reply.

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
Post Reply