Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Secure FTP available?

Status
Not open for further replies.

ksoong

Programmer
Oct 3, 2000
57
CA
Does anyone know of a custom tag or something in Cold Fusion that will allow me to connect to a *secure* ftp server?

I have an application that used CFTP for FTP connections, but recently the LAN admin on the other end changed the FTP to Secure FTP and now my application doesn't work anymore.

I need to connect to that server using Secure FTP now. Does anyone know of a tag?
 
ksoong,

I've been looking and posted here at TT for the same thing with no results. This may help you and possibly together we can figure this one out.

I've created a .bat file that uses scp2 to transfer files in batch mode from local sever to remote server. SCP2 is executed from F-Secure Secure SSH program. I had to create a private key to connect without using a password. I can then execute the .bat file with no problem and files are transfered.

When using <CFEXECUTE> to execute that batch file it returns an error of 'random seed not found in registry, please use the key generation wizard'. This is where I am stuck.

How can we make CF find the key in the windows reg?

Any thoughts?

DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top