Secure FTP Issue - Authentication Error

2009-07-17 Thread Jim Carroll

I am attempting to use CF 8 to connect to a secure FTP server.  Based up 
documents/web postings I believe that the following code should work but I am 
getting a user authentication error.  I can connect using CoreFTP or psFTP and 
the same parameters from the web server.

cfset objFTPProperties = {
Server = ftp.server.com,
Port = 22,
Username = username,
Password = password,
secure=yes,
fingerprint=12:34:56:78:9a:bc:de:12:34:56:78:9a:bc:de:12:34
} /

cfftp
action=open
connection=objConnection
attributeCollection=#objFTPProperties#
/
 

!--- Close the connection. ---
cfftp
action=close
connection=objConnection
/

Am I missing something?  Does something else need to be configured/enabled to 
allow CF to connect to a sercure FTP server.

Note: I have no issues at all connecting to our non-secure FTP server. 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324681
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


secure ftp with HomeSite 5.5

2008-05-17 Thread Colman, Richard
Does anyone know if HomeSite 5.5 supports secure ftp connections?
 
Rick Colman


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305568
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: secure ftp with HomeSite 5.5

2008-05-17 Thread Gerald Guido
It supports SSL. I have never used it though. Go to the file tab and select:
 Macromedia FTP  RDS
 Add FTP server
 There will be a dialog for Configure SSL

hth
G

On Sat, May 17, 2008 at 6:03 PM, Colman, Richard [EMAIL PROTECTED]
wrote:

 Does anyone know if HomeSite 5.5 supports secure ftp connections?

 Rick Colman


 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305569
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: SOT: Secure FTP and Dreamweaver

2006-05-18 Thread Damien McKenna
On May 15, 2006, at 11:10 AM, Rick Root wrote:
 Of the two recommendations I got (Gene6
 and coreftp), only coreftp actually supports FTP over SSH.
 But coreftp is still in beta.

I've used CoreFTP Server in production a little bit and am (hopefully  
today) going to be using it as our primary file server.  I'm  
particularly keen on how quickly they were to add on a feature I  
requested, even before we bought two licenses for it.  They are also  
very quick on support responses, they gave almost daily updates while  
working on the feature request.

So what needs do you have that you don't think it'd work for you?   
How many concurrent sessions do you foresee?  Have you given it a  
test run yet?

BTW, I've searched several times for an SSH server.  For the past  
~year we've used FreeSSHd but it hasn't been great so am moving to  
CoreFTP Server.  Beyond that I tested a whole bunch of different  
ones, many of which were *way* more expensive than CoreFTP Server  
with some costing almost a grand to get SSH support.

Damien


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240915
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SOT: Secure FTP and Dreamweaver

2006-05-18 Thread Rick Root
Damien McKenna wrote:
 
 So what needs do you have that you don't think it'd work for you?   
 How many concurrent sessions do you foresee?  Have you given it a  
 test run yet?

Well, I decided not to use it because it kept crashing when I installed 
it.   Don't know why, cuz it didn't log anything that I could find.

Featurewise it seemed okay except that it didn't seem to allow directory 
aliases (Filezilla Server does)

Rick

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240918
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SOT: Secure FTP and Dreamweaver

2006-05-18 Thread Denny Valliant
Cygwin out of the question? ;-)

On 5/18/06, Rick Root [EMAIL PROTECTED] wrote:

 Damien McKenna wrote:
 
  So what needs do you have that you don't think it'd work for you?
  How many concurrent sessions do you foresee?  Have you given it a
  test run yet?

 Well, I decided not to use it because it kept crashing when I installed
 it.   Don't know why, cuz it didn't log anything that I could find.

 Featurewise it seemed okay except that it didn't seem to allow directory
 aliases (Filezilla Server does)

 Rick

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240955
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SOT: Secure FTP and Dreamweaver

2006-05-16 Thread James Holmes
A Linux/UNIX server is another workaround...

On 5/16/06, Denny Valliant [EMAIL PROTECTED] wrote:
 Did you look at platypus? http://www.jscape.com/platypus/index.html

 A Tunnel, is all I can think of, work-around-wise...

 Don't know why there's no SSL in dreamweaver, but I could hazard
 some guesses.  Most would stem from ease of use...

 I still don't get why MS doesn't come with SSH.  Maybe they like
 their tech better.  If you get the MS stuff set up right, it's secure and
 transparent to stuff like DW.  Eh. Who knows why we do the things
 we do (rhetorical). :-)
 :DeN

 On 5/15/06, Rick Root [EMAIL PROTECTED] wrote:
 
  A week or so ago I posted a request for Secure FTP servers for windows
  that supported FTP over SSH.  Of the two recommendations I got (Gene6
  and coreftp), only coreftp actually supports FTP over SSH.
 
  But coreftp is still in beta.
 
  So I'm wondering why didn't Macromedia include FTP over SSL support
  in Dreamweaver when there are so few FTP servers for Windows that
  support FTP over SSH (SFTP)?
 
  How can I get dreamweaver's check-in/sync features to work securely with
  any FTP server that only supports SSL?
 
  Rick

-- 
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240635
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SOT: Secure FTP and Dreamweaver

2006-05-16 Thread Rick Root
James Holmes wrote:
 A Linux/UNIX server is another workaround...

No, it's not.

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240639
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SOT: Secure FTP and Dreamweaver

2006-05-16 Thread Rick Root
Denny Valliant wrote:
 Did you look at platypus? http://www.jscape.com/platypus/index.html

Didn't know about that one but on that page:

Secure FTP - Securely exchange data using proven SSL (Secure Sockets 
Layer) technology

No sign of ssh in the feature set.

 A Tunnel, is all I can think of, work-around-wise...

You can only tunnel over ssh as far as I know.

 Don't know why there's no SSL in dreamweaver, but I could hazard
 some guesses.  Most would stem from ease of use...

Well, they added WebDAV over SSL support in Dreamweaver 8... we're gonna 
try that...

Rick



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240640
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SOT: Secure FTP and Dreamweaver

2006-05-16 Thread Jochem van Dieten
Rick Root wrote:
 A week or so ago I posted a request for Secure FTP servers for windows 
 that supported FTP over SSH.  Of the two recommendations I got (Gene6 
 and coreftp), only coreftp actually supports FTP over SSH.
 
 But coreftp is still in beta.
 
 So I'm wondering why didn't Macromedia include FTP over SSL support 
 in Dreamweaver when there are so few FTP servers for Windows that 
 support FTP over SSH (SFTP)?

Because WebDAV over SSL is omnipresent on Windows (it is in IIS).

Jochem

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240690
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SOT: Secure FTP and Dreamweaver

2006-05-16 Thread Rick Root
Jochem van Dieten wrote:
 
 Because WebDAV over SSL is omnipresent on Windows (it is in IIS).

Just because it's there doesn't mean you should use it.

It forces me to add write access and directory browsing to my web sites. 
  It's also not clear how to disable webdav over non-SSL connections. 
It *ALSO* forces me to add windows accounts to the server that I'd 
prefer not to do.

But, if that's what Macromedia/Adobe is forcing me to do.. I guess 
that's what I've got to do in order to support these two clients who 
want to use Dreamweaver.

Rick



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240724
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


SOT: Secure FTP and Dreamweaver

2006-05-15 Thread Rick Root
A week or so ago I posted a request for Secure FTP servers for windows 
that supported FTP over SSH.  Of the two recommendations I got (Gene6 
and coreftp), only coreftp actually supports FTP over SSH.

But coreftp is still in beta.

So I'm wondering why didn't Macromedia include FTP over SSL support 
in Dreamweaver when there are so few FTP servers for Windows that 
support FTP over SSH (SFTP)?

How can I get dreamweaver's check-in/sync features to work securely with 
any FTP server that only supports SSL?

Rick

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240538
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SOT: Secure FTP and Dreamweaver

2006-05-15 Thread Denny Valliant
Did you look at platypus? http://www.jscape.com/platypus/index.html

A Tunnel, is all I can think of, work-around-wise...

Don't know why there's no SSL in dreamweaver, but I could hazard
some guesses.  Most would stem from ease of use...

I still don't get why MS doesn't come with SSH.  Maybe they like
their tech better.  If you get the MS stuff set up right, it's secure and
transparent to stuff like DW.  Eh. Who knows why we do the things
we do (rhetorical). :-)
:DeN

On 5/15/06, Rick Root [EMAIL PROTECTED] wrote:

 A week or so ago I posted a request for Secure FTP servers for windows
 that supported FTP over SSH.  Of the two recommendations I got (Gene6
 and coreftp), only coreftp actually supports FTP over SSH.

 But coreftp is still in beta.

 So I'm wondering why didn't Macromedia include FTP over SSL support
 in Dreamweaver when there are so few FTP servers for Windows that
 support FTP over SSH (SFTP)?

 How can I get dreamweaver's check-in/sync features to work securely with
 any FTP server that only supports SSL?

 Rick

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240598
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Secure FTP Server on Windows?

2006-05-06 Thread Snake
Gene6 ftp server, it is prob the best ftp server currently available, and
has over taken serv-u ftp.

snake

-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED] 
Sent: 05 May 2006 21:11
To: CF-Talk
Subject: OT: Secure FTP Server on Windows?

We've been using Filezilla Server for internal and non-secure FTP but we now
have a need for secure FTP.

We only have a few users that need FTP, but FileZilla Server only supports
FTP over SSL, and from what I can tell, Dreamweaver only supports FTP over
SSH (SFTP).

I'm looking for a cheap, simple, secure FTP server that supports FTP over
SSH.  I'd PREFER that the user account database NOT be linked to the Windows
account database.

rick



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239744
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: Secure FTP Server on Windows?

2006-05-06 Thread Denny Valliant
This one was pretty easy to set up, I only used it locally for a test tho,
so YMMV.

http://www.jscape.com/platypus/index.html

:D

On 5/5/06, Rick Root [EMAIL PROTECTED] wrote:

 We've been using Filezilla Server for internal and non-secure FTP but we
 now have a need for secure FTP.

 We only have a few users that need FTP, but FileZilla Server only
 supports FTP over SSL, and from what I can tell, Dreamweaver only
 supports FTP over SSH (SFTP).

 I'm looking for a cheap, simple, secure FTP server that supports FTP
 over SSH.  I'd PREFER that the user account database NOT be linked to
 the Windows account database.

 rick

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239750
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


OT: Secure FTP Server on Windows?

2006-05-05 Thread Rick Root
We've been using Filezilla Server for internal and non-secure FTP but we 
now have a need for secure FTP.

We only have a few users that need FTP, but FileZilla Server only 
supports FTP over SSL, and from what I can tell, Dreamweaver only 
supports FTP over SSH (SFTP).

I'm looking for a cheap, simple, secure FTP server that supports FTP 
over SSH.  I'd PREFER that the user account database NOT be linked to 
the Windows account database.

rick

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239705
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Secure FTP Server on Windows?

2006-05-05 Thread Damien McKenna
 -Original Message-
 From: Rick Root [mailto:[EMAIL PROTECTED] 
 Sent: Friday, May 05, 2006 4:11 PM

 I'm looking for a cheap, simple, secure FTP server that supports FTP 
 over SSH.  I'd PREFER that the user account database NOT be linked to 
 the Windows account database.

CoreFTP Server:
http://www.coreftp.com/server/
$50 for the full thing.  It is in active development, the dev team added
on key-based authentication when I politely :) asked for it, saying we
needed it for two servers.  Give it a try.

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include stdjoke.h


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239706
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: Secure FTP Server on Windows?

2006-05-05 Thread Mark Stanton
I have successfully got http://www.openssh.net/ working on windows,
but its a pain to install  administer mostly because the
documentation is scarse.

On 5/6/06, Rick Root [EMAIL PROTECTED] wrote:
 We've been using Filezilla Server for internal and non-secure FTP but we
 now have a need for secure FTP.

 We only have a few users that need FTP, but FileZilla Server only
 supports FTP over SSL, and from what I can tell, Dreamweaver only
 supports FTP over SSH (SFTP).

 I'm looking for a cheap, simple, secure FTP server that supports FTP
 over SSH.  I'd PREFER that the user account database NOT be linked to
 the Windows account database.

 rick

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239729
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Secure FTP/SSH Server

2005-06-27 Thread Bryan Stevenson
Hey All,

I'm looking for a decent secure FTP/SSH server to be used in conjunction with 
WinSCP (http://winscp.net/eng/index.php)

Open source is just fine...but I'll pay if it's worth it ;-)

Thanks in advance for any links/opinions/etc.

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210682
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Secure FTP/SSH Server

2005-06-27 Thread Dave Watts
 I'm looking for a decent secure FTP/SSH server to be used in 
 conjunction with WinSCP (http://winscp.net/eng/index.php)
 
 Open source is just fine...but I'll pay if it's worth it ;-)
 
 Thanks in advance for any links/opinions/etc.

VShell: a good commercial SSH server for Windows:
http://www.vandyke.com/products/vshell/index.html

OpenSSH: the standard open-source SSH server:
http://www.openssh.org/windows.html

I prefer the former, since it integrates with Windows accounts and
authentication, and it's easier to set up.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210688
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Secure FTP/SSH Server

2005-06-27 Thread Bryan Stevenson
Perfectthanks Dave..saves me some hunting around ;-)

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com
- Original Message - 
From: Dave Watts [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Monday, June 27, 2005 7:04 PM
Subject: RE: Secure FTP/SSH Server


 I'm looking for a decent secure FTP/SSH server to be used in
 conjunction with WinSCP (http://winscp.net/eng/index.php)

 Open source is just fine...but I'll pay if it's worth it ;-)

 Thanks in advance for any links/opinions/etc.

 VShell: a good commercial SSH server for Windows:
 http://www.vandyke.com/products/vshell/index.html

 OpenSSH: the standard open-source SSH server:
 http://www.openssh.org/windows.html

 I prefer the former, since it integrates with Windows accounts and
 authentication, and it's easier to set up.

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/

 Fig Leaf Software provides the highest caliber vendor-authorized
 instruction at our training centers in Washington DC, Atlanta,
 Chicago, Baltimore, Northern Virginia, or on-site at your location.
 Visit http://training.figleaf.com/ for more information!


 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210689
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


SOT: Secure FTP with GUI

2004-09-17 Thread Bryan Stevenson
Hey All,

Please don't skin me as I know this topic in some shape came through here a
little while back ;-)

There has been some major SSH attacks going on since July and they're
getting worse.A Linux box we run for a client had a dictionary hack
attempt yesterday and it's starting to pi$$ me off.

We can lock the box down so that the authentication to access it is only via
keys (no passwords).The problem there is that kills using WS-FTP for
regualt uploads.I use PuTTy
(http://www.chiark.greenend.org.uk/~sgtatham/putty/) when I have to access
root account level files (that I can't FTP to because of permissions).Now
PuTTy hase an SFTP app (that uses keys on client and server for auth), but
it's command line.I came to programming using GUIs and I can't give it up
(especially for the FTPing).

So does anybody know of an FTP app with a GUI that will use a key based auth
scheme?

TIA

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: SOT: Secure FTP with GUI

2004-09-17 Thread Pete Freitag
Bryan Stevenson wrote:


 So does anybody know of an FTP app with a GUI that will use a key 
 based auth
 scheme?

I believe SSH.com's Secure Shell Client supports that:

ftp://ftp.ssh.com/pub/ssh/ 

__
Pete Freitag
http://www.cfdev.com/
Author of the CFMX Developers Cookbook
http://www.petefreitag.com/bookshelf/
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: SOT: Secure FTP with GUI

2004-09-17 Thread Damien McKenna
Bryan Stevenson wrote:

So does anybody know of an FTP app with a GUI that will use a key based auth scheme?


WinSCP: http://winscp.sourceforge.net/eng/
-- 
*Damien McKenna* - Web Developer - [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
Nothing endures but change. - Heraclitus
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: SOT: Secure FTP with GUI

2004-09-17 Thread Chris Johnston
On Fri, 17 Sep 2004 08:39:01 -0700, Bryan Stevenson
[EMAIL PROTECTED] wrote:
 Hey All,
 
 So does anybody know of an FTP app with a GUI that will use a key based auth
 scheme?

FileZilla - allows for both standard FTP and sFTP across SSH2. It is
also completely free and open source and very easy to use.

http://filezilla.sourceforge.net/

-- 
chris johnston

www.fuzzylizard.com

For millions of years, mankind lived just like the animals and
something happened which unleashed the power of our imagination, we
learned to talk.
Pink Floyd
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Secure FTP with GUI

2004-09-17 Thread Tim Blair
 So does anybody know of an FTP app with a GUI that will use a 
 key based auth scheme?

Yup, try WinSCP (SSH based): http://winscp.sourceforge.net/eng/

Tim.

--
---
Badpen Tech - CF and web-tech: http://tech.badpen.com/
---
RAWNET LTD - Internet, New Media and ebusiness Gurus.
WE'VE MOVED - for our new address, please visit our
website at http://www.rawnet.com/ or call us any time
on 0800 294 24 24.
---
This message may contain information which is legally
privileged and/or confidential.If you are not the
intended recipient, you are hereby notified that any
unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such
notification notwithstanding, any comments, opinions,
information or conclusions expressed in this message
are those of the originator, not of rawnet limited,
unless otherwise explicitly and independently indicated
by an authorised representative of rawnet limited.
---
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: SOT: Secure FTP with GUI

2004-09-17 Thread Bryan Stevenson
Thanks AllI've gone with WinSCP.

It's working great as I already had PuTTy installed with key already generated (I see WinSCP uses PuTTy to generate keys...so this was perfect).

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com

- Original Message - 
From: Damien McKenna 
To: CF-Talk 
Sent: Friday, September 17, 2004 8:49 AM
Subject: Re: SOT: Secure FTP with GUI

Bryan Stevenson wrote:

So does anybody know of an FTP app with a GUI that will use a key based auth scheme?


WinSCP: http://winscp.sourceforge.net/eng/
-- 
*Damien McKenna* - Web Developer - [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
Nothing endures but change. - Heraclitus
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Secure FTP?

2004-06-04 Thread Dave Watts
 I believe the servers are windows.Will this still work?Is 
 there a server for windows to support SCP?

There's a commercial SSH server for Windows from Van Dyke Software which is
quite nice. It's called VShell, I think:

http://www.vandyke.com/

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Secure FTP?

2004-06-03 Thread Burns, John D
I asked a question earlier about transferring files from one server to
another automatically.The 2 servers are not on the same network and
the files that are being copied are sensitive HR-type files.What is
the most secure way to transfer files like that?Secure FTP?Is there
some other method?

 
John Burns
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Secure FTP?

2004-06-03 Thread Richard Crawford
Burns, John D wrote:

 I asked a question earlier about transferring files from one server to
 another automatically.The 2 servers are not on the same network and
 the files that are being copied are sensitive HR-type files.What is
 the most secure way to transfer files like that?Secure FTP?Is there
 some other method?

SCP is probably your best bet.

I'm assuming that the two servers are both *nix servers, and you've got 
a Windows desktop.Check out WinSCP or FileZilla, both of which can 
handle SCP transfers with a clean GUI interface.

-- 
Richard S. Crawford
Programmer III,
UC Davis Extension Distance Learning Group (http://unexdlc.ucdavis.edu)
(916)327-7793 / [EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Secure FTP?

2004-06-03 Thread Burns, John D
I believe the servers are windows.Will this still work?Is there a
server for windows to support SCP?

John Burns 

-Original Message-
From: Richard Crawford [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 03, 2004 1:56 PM
To: CF-Talk
Subject: Re: Secure FTP?

Burns, John D wrote:

 I asked a question earlier about transferring files from one server to

 another automatically.The 2 servers are not on the same network and 
 the files that are being copied are sensitive HR-type files.What is 
 the most secure way to transfer files like that?Secure FTP?Is 
 there some other method?

SCP is probably your best bet.

I'm assuming that the two servers are both *nix servers, and you've got
a Windows desktop.Check out WinSCP or FileZilla, both of which can
handle SCP transfers with a clean GUI interface.

--
Richard S. Crawford
Programmer III,
UC Davis Extension Distance Learning Group (http://unexdlc.ucdavis.edu)
(916)327-7793 / [EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Secure FTP?

2004-06-03 Thread Sarsoun, Jeff
You may want to look into using cygwin.Cygwin emulates the unix os and
runs inside of windows, from there you can configure ssh.

Jeff

_

From: Burns, John D [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 03, 2004 1:59 PM
To: CF-Talk
Subject: RE: Secure FTP?

I believe the servers are windows.Will this still work?Is there a
server for windows to support SCP?

John Burns 

-Original Message-
From: Richard Crawford [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 03, 2004 1:56 PM
To: CF-Talk
Subject: Re: Secure FTP?

Burns, John D wrote:

 I asked a question earlier about transferring files from one server to

 another automatically.The 2 servers are not on the same network and 
 the files that are being copied are sensitive HR-type files.What is 
 the most secure way to transfer files like that?Secure FTP?Is 
 there some other method?

SCP is probably your best bet.

I'm assuming that the two servers are both *nix servers, and you've got
a Windows desktop.Check out WinSCP or FileZilla, both of which can
handle SCP transfers with a clean GUI interface.

--
Richard S. Crawford
Programmer III,
UC Davis Extension Distance Learning Group (http://unexdlc.ucdavis.edu)
(916)327-7793 / [EMAIL PROTECTED]

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Secure FTP?

2004-06-03 Thread Sarsoun, Jeff
It's been a while since I needed to look at cygwin or ssh but it looks
like there is a new effort here that may interest you.

http://sshwindows.sourceforge.net/

Jeff

_

From: Burns, John D [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 03, 2004 1:59 PM
To: CF-Talk
Subject: RE: Secure FTP?

I believe the servers are windows.Will this still work?Is there a
server for windows to support SCP?

John Burns 

-Original Message-
From: Richard Crawford [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 03, 2004 1:56 PM
To: CF-Talk
Subject: Re: Secure FTP?

Burns, John D wrote:

 I asked a question earlier about transferring files from one server to

 another automatically.The 2 servers are not on the same network and 
 the files that are being copied are sensitive HR-type files.What is 
 the most secure way to transfer files like that?Secure FTP?Is 
 there some other method?

SCP is probably your best bet.

I'm assuming that the two servers are both *nix servers, and you've got
a Windows desktop.Check out WinSCP or FileZilla, both of which can
handle SCP transfers with a clean GUI interface.

--
Richard S. Crawford
Programmer III,
UC Davis Extension Distance Learning Group (http://unexdlc.ucdavis.edu)
(916)327-7793 / [EMAIL PROTECTED]

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Secure FTP?

2004-06-03 Thread Richard Crawford
If you're using Windows servers, then why are you even bothering with 
secure FTP? ;-)

Seriously, I don't know if these tools will work with Windows servers. 
Good luck.

Burns, John D wrote:

 I believe the servers are windows.Will this still work?Is there a
 server for windows to support SCP?
 
 John Burns 
 
 -Original Message-
 From: Richard Crawford [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, June 03, 2004 1:56 PM
 To: CF-Talk
 Subject: Re: Secure FTP?
 
 Burns, John D wrote:
 
 
I asked a question earlier about transferring files from one server to
 
 
another automatically.The 2 servers are not on the same network and 
the files that are being copied are sensitive HR-type files.What is 
the most secure way to transfer files like that?Secure FTP?Is 
there some other method?
 
 
 SCP is probably your best bet.
 
 I'm assuming that the two servers are both *nix servers, and you've got
 a Windows desktop.Check out WinSCP or FileZilla, both of which can
 handle SCP transfers with a clean GUI interface.
 
 --
 Richard S. Crawford
 Programmer III,
 UC Davis Extension Distance Learning Group (http://unexdlc.ucdavis.edu)
 (916)327-7793 / [EMAIL PROTECTED]
 
 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Secure FTP?

2004-06-03 Thread Bryan Stevenson
There's a product called Putty that can handle SSH...we use it for file transfers between Windows and Linux

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com
- Original Message - 
From: Richard Crawford 
To: CF-Talk 
Sent: Thursday, June 03, 2004 11:26 AM
Subject: Re: Secure FTP?

If you're using Windows servers, then why are you even bothering with 
secure FTP? ;-)

Seriously, I don't know if these tools will work with Windows servers. 
Good luck.

Burns, John D wrote:

 I believe the servers are windows.Will this still work?Is there a
 server for windows to support SCP?
 
 John Burns 
 
 -Original Message-
 From: Richard Crawford [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, June 03, 2004 1:56 PM
 To: CF-Talk
 Subject: Re: Secure FTP?
 
 Burns, John D wrote:
 
 
I asked a question earlier about transferring files from one server to
 
 
another automatically.The 2 servers are not on the same network and 
the files that are being copied are sensitive HR-type files.What is 
the most secure way to transfer files like that?Secure FTP?Is 
there some other method?
 
 
 SCP is probably your best bet.
 
 I'm assuming that the two servers are both *nix servers, and you've got
 a Windows desktop.Check out WinSCP or FileZilla, both of which can
 handle SCP transfers with a clean GUI interface.
 
 --
 Richard S. Crawford
 Programmer III,
 UC Davis Extension Distance Learning Group (http://unexdlc.ucdavis.edu)
 (916)327-7793 / [EMAIL PROTECTED]
 
 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Secure FTP?

2004-06-03 Thread Doug White
If the FTP server will supporl SSL transfers, then secure FTP is an option.

==
Our Anti-spam solution works!!
http://www.clickdoug.com/mailfilter.cfm
For hosting solutions http://www.clickdoug.com
http://www.forta.com/cf/isp/isp.cfm?isp_id=1069
==

- Original Message - 
From: Burns, John D
To: CF-Talk
Sent: Thursday, June 03, 2004 12:59 PM
Subject: RE: Secure FTP?

I believe the servers are windows.Will this still work?Is there a
server for windows to support SCP?

John Burns

-Original Message-
From: Richard Crawford [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 03, 2004 1:56 PM
To: CF-Talk
Subject: Re: Secure FTP?

Burns, John D wrote:

 I asked a question earlier about transferring files from one server to

 another automatically.The 2 servers are not on the same network and
 the files that are being copied are sensitive HR-type files.What is
 the most secure way to transfer files like that?Secure FTP?Is
 there some other method?

SCP is probably your best bet.

I'm assuming that the two servers are both *nix servers, and you've got
a Windows desktop.Check out WinSCP or FileZilla, both of which can
handle SCP transfers with a clean GUI interface.

--
Richard S. Crawford
Programmer III,
UC Davis Extension Distance Learning Group (http://unexdlc.ucdavis.edu)
(916)327-7793 / [EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Secure FTP?

2004-06-03 Thread Matt Robertson
I do this now on Windows servers.I use Serv-U as the FTP server (you
have to buy the version that supports secure ftp, of course) and use FTP
Voyager as the client.Both are made by the same company.FTPV has a
scheduler feature that lets you do secure synchs as well.I use it to
synch up gigantic file trees, among other things.

It takes a little work to get it thru a firewall, but I know of nothing
faster, especially with v11's new power u/l-d/l functions.


 Matt Robertson [EMAIL PROTECTED] 
 MSB Designs, Inc.http://mysecretbase.com

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Secure FTP?

2004-06-03 Thread Sparrow-Hood, Walter
We use a VPN connection.

Walt

 -Original Message-
From: 	Burns, John D [mailto:[EMAIL PROTECTED] 
Sent:	Thursday, June 03, 2004 1:54 PM
To:	CF-Talk
Subject:	Secure FTP?

I asked a question earlier about transferring files from one server to
another automatically.The 2 servers are not on the same network and
the files that are being copied are sensitive HR-type files.What is
the most secure way to transfer files like that?Secure FTP?Is there
some other method?

 
John Burns
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Secure FTP?

2004-06-03 Thread Burns, John D
How secure is Secure FTP?I know, it's a broad question, but that's
what I was asked and I'm not quite sure how to answer so if anyone can
lend advice I'd be much obliged.

John 

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 03, 2004 3:06 PM
To: CF-Talk
Subject: RE: Secure FTP?

I do this now on Windows servers.I use Serv-U as the FTP server (you
have to buy the version that supports secure ftp, of course) and use FTP
Voyager as the client.Both are made by the same company.FTPV has a
scheduler feature that lets you do secure synchs as well.I use it to
synch up gigantic file trees, among other things.

It takes a little work to get it thru a firewall, but I know of nothing
faster, especially with v11's new power u/l-d/l functions.


 Matt Robertson [EMAIL PROTECTED] 
 MSB Designs, Inc.http://mysecretbase.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Secure FTP?

2004-06-03 Thread Doug White
Well it is done over SSL which in most cases is 128 bit encryption - the same as
is used on e-commerce sites to handle transactions involving credit cards and
other personal information.

==
Our Anti-spam solution works!!
http://www.clickdoug.com/mailfilter.cfm
For hosting solutions http://www.clickdoug.com
http://www.forta.com/cf/isp/isp.cfm?isp_id=1069
==

- Original Message - 
From: Burns, John D
To: CF-Talk
Sent: Thursday, June 03, 2004 2:18 PM
Subject: RE: Secure FTP?

How secure is Secure FTP?I know, it's a broad question, but that's
what I was asked and I'm not quite sure how to answer so if anyone can
lend advice I'd be much obliged.

John

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 03, 2004 3:06 PM
To: CF-Talk
Subject: RE: Secure FTP?

I do this now on Windows servers.I use Serv-U as the FTP server (you
have to buy the version that supports secure ftp, of course) and use FTP
Voyager as the client.Both are made by the same company.FTPV has a
scheduler feature that lets you do secure synchs as well.I use it to
synch up gigantic file trees, among other things.

It takes a little work to get it thru a firewall, but I know of nothing
faster, especially with v11's new power u/l-d/l functions.


Matt Robertson [EMAIL PROTECTED]
MSB Designs, Inc.http://mysecretbase.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Secure FTP?

2004-06-03 Thread Damien McKenna
On Jun 3, 2004, at 3:18 PM, Burns, John D wrote:
 How secure is Secure FTP?

Just to add a bit of verbosity to the discussion, there are three main 
secure file transfer methods:

SCP - Secure CoPy, i.e. a secure version of the UNIX 'cp' command.
This is based on the SSH 1 standard and is also compatible with SSH 2.

SFTP - a version of FTP that works via SSH 2.Not compatible with SSH 
1.

Secure FTP - FTP using SSL or TLS.

There are clients and servers available that will work with different 
standards, e.g. OpenSSH supports both SCP and SFTP whereas most common 
FTP servers only do Secure FTP and not the others.

Client support is even more erratic.For Windows a really good 
SCP/SFTP client is WinSCP which can work as a stand-alone two-pane 
client or a single-pane app that works in tandem with Windows Explorer. 
For MacOS there's RBrowserLite and many others.Linux has a large 
array of clients, with each one seeming to favor one standard over 
another, though KBear is good in KDE 3.2+.

Regarding security, SSL-based Secure FTP with a good key or SSH2-based 
SFTP are my preferred methods; SCP is based on SSH1 which isn't as 
secure as SSH2 (gross over simplification).

One way of making the process more secure would be to not use passwords 
but instead use secure keys, as used with SSH 1 or 2.With SSL you 
have to enter the password as it doesn't include a system for not doing 
so (AFAICS).
-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




CFMX Secure FTP

2003-10-14 Thread Rich Z
Here's my task: Create a web-based mechanism that can provide a means to
transmit large blocks of data (XML data dumps to be exact) from one
location to another (usually thousands of miles away). The key
requirement is that the data travel encrypted and that it have resume
capability.

 
My gut tells me to go w/ some form of secured FTP to transmit the data.
I could probably piece together some sort of front-end that shows
progress in some manner (I think) through a web console.

 
Does anyone have other suggestions as to a good way to transmit data in
such a manner?

 
-Rich

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFMX Secure FTP

2003-10-14 Thread Tony Weeg
uhhh, why not soap?

...tony

tony weeg
senior web applications architect
navtrak, inc.
www.navtrak.net
[EMAIL PROTECTED]
410.548.2337

-Original Message-
From: Rich Z [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 14, 2003 11:30 AM
To: CF-Talk
Subject: CFMX  Secure FTP

Here's my task: Create a web-based mechanism that can provide a means to
transmit large blocks of data (XML data dumps to be exact) from one location
to another (usually thousands of miles away). The key requirement is that
the data travel encrypted and that it have resume capability.

My gut tells me to go w/ some form of secured FTP to transmit the data.
I could probably piece together some sort of front-end that shows progress
in some manner (I think) through a web console.

Does anyone have other suggestions as to a good way to transmit data in such
a manner?

-Rich




 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFMX Secure FTP

2003-10-14 Thread Tony Weeg
replied to quick.
here is some info on soap

http://www.soaprpc.com/tutorials/

...tony

tony weeg
senior web applications architect
navtrak, inc.
www.navtrak.net
[EMAIL PROTECTED]
410.548.2337

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 14, 2003 11:35 AM
To: CF-Talk
Subject: RE: CFMX  Secure FTP

uhhh, why not soap?

...tony

tony weeg
senior web applications architect
navtrak, inc.
www.navtrak.net
[EMAIL PROTECTED]
410.548.2337

-Original Message-
From: Rich Z [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 14, 2003 11:30 AM
To: CF-Talk
Subject: CFMX  Secure FTP

Here's my task: Create a web-based mechanism that can provide a means to
transmit large blocks of data (XML data dumps to be exact) from one location
to another (usually thousands of miles away). The key requirement is that
the data travel encrypted and that it have resume capability.

My gut tells me to go w/ some form of secured FTP to transmit the data.
I could probably piece together some sort of front-end that shows progress
in some manner (I think) through a web console.

Does anyone have other suggestions as to a good way to transmit data in such
a manner?

-Rich






 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFMX Secure FTP

2003-10-14 Thread Rich Z
Does this support resuming large file transfers that break?

 
-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 14, 2003 11:38 AM
To: CF-Talk
Subject: RE: CFMX  Secure FTP

 
replied to quick.
here is some info on soap

http://www.soaprpc.com/tutorials/

...tony

tony weeg
senior web applications architect
navtrak, inc.
www.navtrak.net
[EMAIL PROTECTED]
410.548.2337

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 14, 2003 11:35 AM
To: CF-Talk
Subject: RE: CFMX  Secure FTP

uhhh, why not soap?

...tony

tony weeg
senior web applications architect
navtrak, inc.
www.navtrak.net
[EMAIL PROTECTED]
410.548.2337

-Original Message-
From: Rich Z [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 14, 2003 11:30 AM
To: CF-Talk
Subject: CFMX  Secure FTP

Here's my task: Create a web-based mechanism that can provide a means to
transmit large blocks of data (XML data dumps to be exact) from one
location
to another (usually thousands of miles away). The key requirement is
that
the data travel encrypted and that it have resume capability.

My gut tells me to go w/ some form of secured FTP to transmit the data.
I could probably piece together some sort of front-end that shows
progress
in some manner (I think) through a web console.

Does anyone have other suggestions as to a good way to transmit data in
such
a manner?

-Rich





_


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Secure FTP via CF?

2003-09-11 Thread Calvin Ward
Try the component from WeOnlyDo.Com

- Calvin

- Original Message - 
From: Scott Mulholland [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, September 10, 2003 2:33 PM
Subject: Secure FTP via CF?


 Anyone know of any custom tags or solutions that already exist that can
 do SSH via CF?

 I checked the tag gallery to no avail, but based on the number of forums
 postings on this I figure someone may have done it already.

 Otherwise I guess I'll start persuing calling looking at calling
 SecureFX via cf from the command line.


 
 Scott Mulholland
 Accurate Imaging, Inc.
 www.accurateimaging.com http://www.accurateimaging.com/
 [EMAIL PROTECTED]



 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: Secure FTP via CF?

2003-09-11 Thread Thomas Chiverton
On Wednesday 10 Sep 2003 19:33 pm, Scott Mulholland wrote:
 Anyone know of any custom tags or solutions that already exist that can
 do SSH via CF?

I assume you're on Win32, and I think you mean SCP/SFTP ?
Look at Putty/WinSCP, they man have command line versions, failing that, 
install cygwin to get an actual scp command :-)

-- 
Tom Chiverton (sorry 'bout sig.)
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


RE: Secure FTP via CF?

2003-09-11 Thread Scott Mulholland
Yeah, at first we were approached to transmit some files using SCP, then
they said SSH would be fine.

-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 11, 2003 7:42 AM
To: CF-Talk
Subject: Re: Secure FTP via CF?


On Wednesday 10 Sep 2003 19:33 pm, Scott Mulholland wrote:
 Anyone know of any custom tags or solutions that already exist that 
 can do SSH via CF?

I assume you're on Win32, and I think you mean SCP/SFTP ?
Look at Putty/WinSCP, they man have command line versions, failing that,

install cygwin to get an actual scp command :-)

-- 
Tom Chiverton (sorry 'bout sig.)
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***


~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


RE: Secure FTP via CF?

2003-09-11 Thread Joshua Miller
You could install OpenSSH on your server and access it through CFEXECUTE
most likely. OpenSSH is free and runs on Windows from the Command Line.
We use it to access remote Windows servers in-lieu of Telnet or Terminal
Services.

Joshua Miller
Head Programmer / IT Manager
Garrison Enterprises Inc.
www.garrisonenterprises.net
[EMAIL PROTECTED]
(704) 569-0801 ext. 254
 

*
Any views expressed in this message are those of the individual sender,
except where the sender states them to be the views of 
Garrison Enterprises Inc.
 
This e-mail is intended only for the individual or entity to which it is
addressed and contains information that is private and confidential. If
you are not the intended recipient you are hereby notified that any
dissemination, distribution or copying is strictly prohibited. If you 
have received this e-mail in error please delete it immediately and
advise us by return e-mail to [EMAIL PROTECTED]

*


-Original Message-
From: Scott Mulholland [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 11, 2003 10:21 AM
To: CF-Talk
Subject: RE: Secure FTP via CF?


Yeah, at first we were approached to transmit some files using SCP, then
they said SSH would be fine.

-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 11, 2003 7:42 AM
To: CF-Talk
Subject: Re: Secure FTP via CF?


On Wednesday 10 Sep 2003 19:33 pm, Scott Mulholland wrote:
 Anyone know of any custom tags or solutions that already exist that 
 can do SSH via CF?

I assume you're on Win32, and I think you mean SCP/SFTP ?
Look at Putty/WinSCP, they man have command line versions, failing that,

install cygwin to get an actual scp command :-)

-- 
Tom Chiverton (sorry 'bout sig.)
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***



~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Secure FTP via CF?

2003-09-10 Thread Scott Mulholland
Anyone know of any custom tags or solutions that already exist that can
do SSH via CF?
 
I checked the tag gallery to no avail, but based on the number of forums
postings on this I figure someone may have done it already.
 
Otherwise I guess I'll start persuing calling looking at calling
SecureFX via cf from the command line.
 


Scott Mulholland
Accurate Imaging, Inc.
www.accurateimaging.com http://www.accurateimaging.com/ 
[EMAIL PROTECTED]

 

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


RE: Secure FTP via CF?

2003-09-10 Thread Stacy Young
The initial link I posted offers Java functionality that you could
leverage in CF I believe...although not free. (sorry I don't have link
handy to re-post!)

Stace

-Original Message-
From: Scott Mulholland [mailto:[EMAIL PROTECTED] 
Sent: September 10, 2003 2:34 PM
To: CF-Talk
Subject: Secure FTP via CF?

Anyone know of any custom tags or solutions that already exist that can
do SSH via CF?
 
I checked the tag gallery to no avail, but based on the number of forums
postings on this I figure someone may have done it already.
 
Otherwise I guess I'll start persuing calling looking at calling
SecureFX via cf from the command line.
 


Scott Mulholland
Accurate Imaging, Inc.
www.accurateimaging.com http://www.accurateimaging.com/ 
[EMAIL PROTECTED]

 


~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


CF component for secure FTP

2001-05-10 Thread Kay Smoljak

Hi all,

Does anyone know of CF component that will do secure FTP using SSH2?

Thanks,
Kay.

__
Kay Smoljak - ColdFusion Developer - PerthWeb Pty Ltd
Internet Solutions for your business!
 
Level 9/105 St George's Tc - Perth - Western Australia
Ph: (08) 9226 1366 Fax: (08) 9226 1375 Mobile : 0419 949 007
Visit Perth online! : www.perthweb.com.au

Tools for developers: http://developer.perthweb.com.au 
-- cfx_pwimageproc: image processing tool
-- cfx_pwcardcrypt: credit card validation and encryption
 

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists