RE: FTP GETFILE Read Timed Out Error

2008-09-05 Thread Rick Faircloth
Hi, Patrick...

I've been working with cfftp recently and noticed it's been
throwing an error (hanging and timing out) on a particular file.  I tried 
downloading
it with a third-party ftp program (FileZilla) just to make sure
the file wasn't corrupted.  It wasn't, so I'm not sure what
the problem is.

Perhaps downloading with FileZilla or something else like that will give some 
clues...

Rick

 -Original Message-
 From: patrick buch [mailto:[EMAIL PROTECTED]
 Sent: Friday, September 05, 2008 5:01 PM
 To: CF-Talk
 Subject: FTP GETFILE Read Timed Out Error
 
 Hi everyone,
 
 I'm getting a timed out error when using cfftp action=GETFILE. I've tried 
 and done the
following:
 
 1). Set IIS website and FTP site timeout time to 900 seconds
 2). Used the attribute of timeout=900 in code shown below
 3). Added ?timeout='900' in the URL
 4). Tried adding timeout value on scheduled task and running that
 
 Any thoughts, directions, etc. would be greatly appreciated.
 
 * ERROR **
 An error occurred during the FTP GETFILE operation.
 Error: Read timed out.
 
 * CODE **
 cfftp action=GETFILE connection=*** 
 remotefile=\inetpub\wwwroot\jbs\#name#
 localfile=d:\saprepository\w1\#name# failifexists=No timeout=900 
 stoponerror=yes
 



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

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


Re: FTP GETFILE Read Timed Out Error

2008-09-05 Thread Brad Wood
This may seem really silly to ask, but how much time is elapsing before the 
timeout error?
900 seconds should be giving you 15 minutes.

What happens when you try to download it with a regular FTP utility?
If you check the server's network usage during the download, does it show 
incoming traffic?
If you look at a stack trace, what is it doing while it downloads?
Do you have any firewall settings that might be timing out TCP sessions?
Are you using passive FTP?
If you run netstat on the server while it is transferring, what ports do you 
see in use, and what is the status of the connection?
If cfftp uses a temp directory to write files to, can you watch it and see 
if your temp file is growing during the transfer?
(cf_root/runtime/servers/default/SERVER-INF/temp/wwwroot-tmp/ might be the 
location of the temp dir, but it's a guess)

~Brad 


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

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


Re: FTP GETFILE Read Timed Out Error

2008-09-05 Thread Josh Nathanson
Maybe it took longer than 900 seconds?  How big is the file?

-- Josh


- Original Message - 
From: patrick buch [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Friday, September 05, 2008 2:00 PM
Subject: FTP GETFILE Read Timed Out Error


 Hi everyone,

 I'm getting a timed out error when using cfftp action=GETFILE. I've 
 tried and done the following:

 1). Set IIS website and FTP site timeout time to 900 seconds
 2). Used the attribute of timeout=900 in code shown below
 3). Added ?timeout='900' in the URL
 4). Tried adding timeout value on scheduled task and running that

 Any thoughts, directions, etc. would be greatly appreciated.

 * ERROR **
 An error occurred during the FTP GETFILE operation.
 Error: Read timed out.

 * CODE **
 cfftp action=GETFILE connection=*** 
 remotefile=\inetpub\wwwroot\jbs\#name# 
 localfile=d:\saprepository\w1\#name# failifexists=No timeout=900 
 stoponerror=yes


 

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

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


RE: FTP via CF?

2007-12-18 Thread Brad Wood
cfftp

Who would have guessed, huh?  :)

-Original Message-
From: Orlini, Robert [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 18, 2007 1:19 PM
To: CF-Talk
Subject: FTP via CF?

Can CF upload/download a file or files via FTP? 

I was looking at cfhttp or cffile. Sorry if this seems like a basic
question; it's that I have not tried this before.

Thanks.

RO
HWW




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

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


RE: FTP in Eclipse

2007-03-15 Thread Robert Rawlins - Think Blue
Thanks for all your help on this guys, I've now got it up and running like a
charm. I'm pretty sure this will work nicely for me, at least it's not
crashing every few minutes on my Vista box like Dreamweaver has been.

Thanks again guys,

Rob

-Original Message-
From: Mark Flewellen [mailto:[EMAIL PROTECTED] 
Sent: 14 March 2007 20:50
To: CF-Talk
Subject: Re: FTP in Eclipse

I think the new version of cfeclipse has ftp and sftp management. However I
have always used aptana and found it very useful. I normally set up aptanas
sync manager in the cfeclipse perspective, you can do this by adding it to
your views (the small icon on the right hand side of the perspective, just
select other then browse to aptana and select the sync manager). Once you
have set up your connections to the appropriate sites, you just right click
on your file in the navigator and select synchornise then upload or
download.



~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Re: FTP in Eclipse

2007-03-14 Thread Dean Lawrence
Rob,

I do believe that you set-up your ftp connections throught the file
view in Aptana. So they will basically appear below your local file
structure in that view.

Dean

On 3/14/07, Robert Rawlins - Think Blue
[EMAIL PROTECTED] wrote:
 Hello Guys,



 I'm completely new to the Eclipse interface, until now I've been using
 Dreamweaver quite happily, but after hearing such great things about
 eclipse, I thought I'd give it a shot.



 I've got eclipse running with Aptana and CFEsclipse installed and I've
 started a new 'CFML Project' but I'm unable to see the Aptana FTP Software
 anywhere. I use FTP on a regular basis as I test on a remote server rather
 than my local client, this way both myself and my business partner can work
 on the same test server.



 Can anyone offer any advice on the best way to organise an FTP panel in my
 cfeclipse projects?



 Thanks,



 Rob



 

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

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


Re: FTP in Eclipse

2007-03-14 Thread Rob Wilkerson
That's correct.  I'm looking at just such a setup on my own install.
In the Aptana file view, scroll to the bottom.  You'll see FTP and
SFTP nodes.  Right click to create a new server connection using the
appropriate protocol.

On 3/14/07, Dean Lawrence [EMAIL PROTECTED] wrote:
 Rob,

 I do believe that you set-up your ftp connections throught the file
 view in Aptana. So they will basically appear below your local file
 structure in that view.

 Dean

 On 3/14/07, Robert Rawlins - Think Blue
 [EMAIL PROTECTED] wrote:
  Hello Guys,
 
 
 
  I'm completely new to the Eclipse interface, until now I've been using
  Dreamweaver quite happily, but after hearing such great things about
  eclipse, I thought I'd give it a shot.
 
 
 
  I've got eclipse running with Aptana and CFEsclipse installed and I've
  started a new 'CFML Project' but I'm unable to see the Aptana FTP Software
  anywhere. I use FTP on a regular basis as I test on a remote server rather
  than my local client, this way both myself and my business partner can work
  on the same test server.
 
 
 
  Can anyone offer any advice on the best way to organise an FTP panel in my
  cfeclipse projects?
 
 
 
  Thanks,
 
 
 
  Rob
 
 
 
 

 

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

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


Re: FTP in Eclipse

2007-03-14 Thread Mark Flewellen
I think the new version of cfeclipse has ftp and sftp management. However I 
have always used aptana and found it very useful. I normally set up aptanas 
sync manager in the cfeclipse perspective, you can do this by adding it to your 
views (the small icon on the right hand side of the perspective, just select 
other then browse to aptana and select the sync manager). Once you have set up 
your connections to the appropriate sites, you just right click on your file in 
the navigator and select synchornise then upload or download.

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Re: ftp in cfe

2006-08-15 Thread Mark Drew
In CFEclipse, until we get the Multiple FileSystem support, you are  
editing directly on the server when you are using the File Explorer  
View. There is no get and put but its coming my friend... :)

MD


On 13 Aug 2006, at 21:29, Denny Valliant wrote:

 On 8/13/06, Matt Williams [EMAIL PROTECTED] wrote:

 I see how to connect in the File Explorer, but how to I Get and  
 Put? I'm
 used to Dreamweaver where I 'get' a file, make my edits and test  
 locally,
 then when I'm done 'put' it.


 Then you'll like the FTP Team plugin Eclipse offers.  Keeps all  
 your local
 files
 synched with the remote, adds nice little icons to files you've  
 modified
 locally
 but not put or get yet.

 Unfortunately it's not intuitive for a DW convert.

 If I find a good walk-thru, I'll post it, or clean up an old  
 attempt at a
 walk-thru...
 :den


 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


Re: ftp in cfe

2006-08-15 Thread Denny Valliant
On 8/15/06, Mark Drew [EMAIL PROTECTED] wrote:

 In CFEclipse, until we get the Multiple FileSystem support, you are
 editing directly on the server when you are using the File Explorer
 View. There is no get and put but its coming my friend... :)


Hey Mark, first off, thanks for the kick ass work on a kick ass editor!

I have had a little exp. with the Team API, but as yet still don't grok it.
I'll fer sher try to help tho, in some wayform or another. :-)

If you install this plugin:
SFTP, WebDav, FTP : http://www.jcraft.com/eclipse-sftp/

Or get the FTP/WebDAV stuff from eclipse itself, you'll be able to
1.Create a new blank project (you can also use an existing one,
theoretically.)
2.Go to File  Import, Other  FTP
3.Select the project you created (or already had, I guess)
4.Create the FTP site, and select the resources (files) to sync (at least
one).
5.Click finish, then edit a file you just got.
6.Open the Synchronize view, click on the little arrow next to the first
icon
on the left-most side of the row of icons at the top of the synchronize
view,
which should have Synchronize... as the last option.
7.Select FTP, then the top level folder (so all new/changed stuff will show
later).
8.Not sure what Scope means, but I generally select the project I'm
syncing,
(prior to step 6, after 5) and leave Selected Resources checked for that
option.

Now you'll have a list of all the files that are modified, locally or on the
server,
and can upload or download by left clicking on the files, or groups of
files.

Nifty part is that it's real time, after you do the sync the first time, all
new
local changes automagically appear in the Outgoing Mode sync view!
**
Not sure if many people know about it, or maybe it doesn't work that well,
but I can tell you that the SFTP part has worked fine for me at least.
I don't do any FTPing for dev stuff anymore, so YMMV.

Actually, even the SFTP is rare now... I'm loving version control!!!
:DeN

-ps trying [EMAIL PROTECTED] crosspost, not subbed from this addy tho


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


Re: ftp in cfe

2006-08-15 Thread Dave Lyons
Thanks, at least thats something to go by :)

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


Re: ftp in cfe

2006-08-14 Thread Denny Valliant
On 8/13/06, Dave Lyons [EMAIL PROTECTED] wrote:

 that would be cool

 I have searched google and I get anything thats worth HOS.


Well damn.  Not even Half Of a Sandwich, eh?  Sheesh!

I didn't see anything.  My walk-thru was mostly about installing eclipse
3.2RC7,
and very little on SFTP, which is pretty similar to the FTP UI.  *tear
wells*

Man. I never noticed that tear and tear are spelt the same. One as in cry,
other as in torn.
Guess you live you learn, neh?

I'll see about slapping together a FTP walkthrough... if I can find an FTP
server (I killed all
mine off in favor of SSH) ;-)

I've seen enough people ask, and it really is pretty cool...
:DeN

If I find a good walk-thru, I'll post it, or clean up an old attempt at a
 walk-thru...
 :den



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


Re: ftp in cfe

2006-08-13 Thread Robertson-Ravo, Neil (RX)
In Eclipse? You can do this via the File Explore View (not the project view)

You may need some extra software for this but it is well documented in posts
I have found on Google.

N





This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions. 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Dave Lyons
To: CF-Talk
Sent: Sun Aug 13 04:51:42 2006
Subject: ftp in cfe

ok wtf do you gotta do to get simple ftp to work in cfe?
It's my last major hurdle to get moved over but im quite tired of manually
doing the ftp'n.

And no im not doing enterprise stuff and I don't want ant or any of that, I
just want to ftp from here to there, no rocket science, no frills.

btw~ mike, the cfe-list link on site doesn't work.




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


Re: ftp in cfe

2006-08-13 Thread Matt Williams
I see how to connect in the File Explorer, but how to I Get and Put? I'm
used to Dreamweaver where I 'get' a file, make my edits and test locally,
then when I'm done 'put' it.

Matt W

On 8/13/06, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED]
wrote:

 In Eclipse? You can do this via the File Explore View (not the project
 view)

 You may need some extra software for this but it is well documented in
 posts
 I have found on Google.

 N





 This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
 Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
 Registered in England, Number 678540.  It contains information which is
 confidential and may also be privileged.  It is for the exclusive use of
 the
 intended recipient(s).  If you are not the intended recipient(s) please
 note
 that any form of distribution, copying or use of this communication or the
 information in it is strictly prohibited and may be unlawful.  If you have
 received this communication in error please return it to the sender or
 call
 our switchboard on +44 (0) 20 89107910.  The opinions expressed within
 this
 communication are not necessarily those expressed by Reed Exhibitions.
 Visit our website at http://www.reedexpo.com

 -Original Message-
 From: Dave Lyons
 To: CF-Talk
 Sent: Sun Aug 13 04:51:42 2006
 Subject: ftp in cfe

 ok wtf do you gotta do to get simple ftp to work in cfe?
 It's my last major hurdle to get moved over but im quite tired of manually
 doing the ftp'n.

 And no im not doing enterprise stuff and I don't want ant or any of that,
 I
 just want to ftp from here to there, no rocket science, no frills.

 btw~ mike, the cfe-list link on site doesn't work.




 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


Re: ftp in cfe

2006-08-13 Thread Denny Valliant
On 8/13/06, Matt Williams [EMAIL PROTECTED] wrote:

 I see how to connect in the File Explorer, but how to I Get and Put? I'm
 used to Dreamweaver where I 'get' a file, make my edits and test locally,
 then when I'm done 'put' it.


Then you'll like the FTP Team plugin Eclipse offers.  Keeps all your local
files
synched with the remote, adds nice little icons to files you've modified
locally
but not put or get yet.

Unfortunately it's not intuitive for a DW convert.

If I find a good walk-thru, I'll post it, or clean up an old attempt at a
walk-thru...
:den


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


RE: ftp in cfe

2006-08-13 Thread Bobby Hartsfield
 ok wtf do you gotta do

You've got to ask nicely ;-)

..:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com

 

 


-Original Message-
From: Dave Lyons [mailto:[EMAIL PROTECTED] 
Sent: Saturday, August 12, 2006 11:52 PM
To: CF-Talk
Subject: ftp in cfe

ok wtf do you gotta do to get simple ftp to work in cfe?
It's my last major hurdle to get moved over but im quite tired of manually
doing the ftp'n.

And no im not doing enterprise stuff and I don't want ant or any of that, I
just want to ftp from here to there, no rocket science, no frills.

btw~ mike, the cfe-list link on site doesn't work.




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


Re: ftp in cfe

2006-08-13 Thread Dave Lyons
that would be cool

I have searched google and I get anything thats worth HOS.



If I find a good walk-thru, I'll post it, or clean up an old attempt at a
walk-thru...
:den

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


RE: FTP server

2006-02-18 Thread Snake
Gene6ftp, the best one I have used.

Russ 

-Original Message-
From: Mike Klostermeyer [mailto:[EMAIL PROTECTED] 
Sent: 17 February 2006 22:39
To: CF-Talk
Subject: OT: FTP server

Can anyone recommend an FTP server for Windows 2003?  The easier to manage
users/permissions the better (which is why we are trying to stay away from
IIS).  Ideally it should be able to run as a service, and also be able to
listen to two ports, either within the same service or separate services.

Thanks.

Mike Klostermeyer
[EMAIL PROTECTED]





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232782
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: FTP server

2006-02-18 Thread Jim Wright
I use WS_FTP server for one of my clients...the main reason was that
you can point it at any datasource to use as the user database, which
makes it easy to integrate in to another application's security
(assuming you don't have encrypted passwords).  Does Filezilla do
anything similar?

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232820
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: FTP server

2006-02-18 Thread Bobby Hartsfield
Not that I'm aware of... filezilla stores the group/user information in an
xml file (with encrypted passwords). I haven’t looked to see what encryption
it's actually using but if that were known, I'd think it'd be pretty simple
to generate the file. Just install the source code and start digging :-)

..:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com


-Original Message-
From: Jim Wright [mailto:[EMAIL PROTECTED] 
Sent: Saturday, February 18, 2006 9:33 PM
To: CF-Talk
Subject: Re: FTP server

I use WS_FTP server for one of my clients...the main reason was that
you can point it at any datasource to use as the user database, which
makes it easy to integrate in to another application's security
(assuming you don't have encrypted passwords).  Does Filezilla do
anything similar?



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232827
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: FTP server

2006-02-17 Thread Russ
We're using FileZilla server.  Still in (and probably always will be) beta,
but we haven't had any issues yet, free, supports secure ftp. 

Russ

 -Original Message-
 From: Mike Klostermeyer [mailto:[EMAIL PROTECTED]
 Sent: Friday, February 17, 2006 5:39 PM
 To: CF-Talk
 Subject: OT: FTP server
 
 Can anyone recommend an FTP server for Windows 2003?  The easier to manage
 users/permissions the better (which is why we are trying to stay away from
 IIS).  Ideally it should be able to run as a service, and also be able to
 listen to two ports, either within the same service or separate services.
 
 Thanks.
 
 Mike Klostermeyer
 [EMAIL PROTECTED]
 
 
 
 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232757
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: FTP server

2006-02-17 Thread Rick Root
Russ wrote:
 We're using FileZilla server.  Still in (and probably always will be) beta,
 but we haven't had any issues yet, free, supports secure ftp. 

We're also using Filezilla Server on our windows server at work. 
Although I do think they'll eventually drop the beta =)

rick

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232764
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: FTP server

2006-02-17 Thread Bobby Hartsfield
Ditto on FileZilla

..:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com

 
-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 17, 2006 9:39 PM
To: CF-Talk
Subject: Re: FTP server

Russ wrote:
 We're using FileZilla server.  Still in (and probably always will be)
beta,
 but we haven't had any issues yet, free, supports secure ftp. 

We're also using Filezilla Server on our windows server at work. 
Although I do think they'll eventually drop the beta =)

rick



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232770
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: FTP Server

2005-10-11 Thread Matt Robertson
I take a couple of days off and come back to find a jihad is winding down...

As a side note, I installed a copy of Serv-U on my first dedicated box
and, within 24 hours, I was hacked, with little folders everywhere
holding a text file saying I was owned by Lord So-and-So.  Once I
pulled my head out of my butt, I realized I had set it up to allow
anonymous ftp.  Fixed my config and have never had an incident since. 
The point being that there can be any number of causes, which perhaps
have nothing to do with the subject of the effect.

And it sounds like the focus here has been on versions around 2.x. 
Serv-U is at 6,1 now.  Its miles past the era in question.

--
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.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:220725
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: FTP Server

2005-10-11 Thread Burns, John D
Matt-

I had the same issue one time. I allowed anonymous to do everything
(except execute) and someone hacked in and created a bunch of folders
that I couldn't get rid of. That was just stupidity on my part. Other
than that, Serv-U FTP seems pretty good. I'd really like to be able to
afford and use the more expensive versions that allow ODBC integration
for access control. That would be awesome for me to be able to create
accounts on the fly in a database instead of screwing with the weird
text files that serv-u uses for account creation/access. 


John Burns
Certified Advanced ColdFusion MX Developer
Wyle Laboratories, Inc. | Web Developer
 

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 11, 2005 1:06 PM
To: CF-Talk
Subject: Re: FTP Server

I take a couple of days off and come back to find a jihad is winding
down...

As a side note, I installed a copy of Serv-U on my first dedicated box
and, within 24 hours, I was hacked, with little folders everywhere
holding a text file saying I was owned by Lord So-and-So.  Once I pulled
my head out of my butt, I realized I had set it up to allow anonymous
ftp.  Fixed my config and have never had an incident since. 
The point being that there can be any number of causes, which perhaps
have nothing to do with the subject of the effect.

And it sounds like the focus here has been on versions around 2.x. 
Serv-U is at 6,1 now.  Its miles past the era in question.

--
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.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:220727
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: FTP Server

2005-10-10 Thread Ken Ferguson
I'd be very interested in hearing why exactly you seem to think that 
this is a negative for Serv-U???

--Ferg

Charlie Griefer wrote:

serv-U's also popular with the hacker crowd :)

i've been running the filezilla server for a while now with no
problems.  caveat...i'm running it on my home machine and basically
just use it for personal FTP.  it's not under a business-type load.

'free' didn't used to be a bad thing :)
  



~|
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:220553
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: FTP Server

2005-10-10 Thread Charlie Griefer
the fact that it's popular with the hacker crowd?

How about because i was running serv-u and one day i inexplicably had
FTP accounts open on drives A-Z with
read/write/execute/delete/procreate access to all (and oddly enough, i
didn't create any of those accounts).

How about one of the previous posters who mentioned finding a copy of
Serv-U on their server even though they didn't install it?

How is the fact that the hacker crowd seems to be able to manipulate
just about any install of Serv-U to their will (regardless of whose
machine it's on), not be a negative thing???

On 10/10/05, Ken Ferguson [EMAIL PROTECTED] wrote:
 I'd be very interested in hearing why exactly you seem to think that
 this is a negative for Serv-U???

 --Ferg

 Charlie Griefer wrote:

 serv-U's also popular with the hacker crowd :)
 
 i've been running the filezilla server for a while now with no
 problems.  caveat...i'm running it on my home machine and basically
 just use it for personal FTP.  it's not under a business-type load.
 
 'free' didn't used to be a bad thing :)
 
 


 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220556
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: FTP Server

2005-10-10 Thread Mark A Kruger
Charlie,

That second item on your list is a virus or worm that was going around
(probably still is) that named itself serv-u. It had nothing to do with
the serv-u server per se. The creator used serv-u because it was common
enough to not raise red flags on some servers and even home pcs.

-mark


-Original Message-
From: Charlie Griefer [mailto:[EMAIL PROTECTED]
Sent: Monday, October 10, 2005 10:11 AM
To: CF-Talk
Subject: Re: FTP Server


the fact that it's popular with the hacker crowd?

How about because i was running serv-u and one day i inexplicably had
FTP accounts open on drives A-Z with
read/write/execute/delete/procreate access to all (and oddly enough, i
didn't create any of those accounts).

How about one of the previous posters who mentioned finding a copy of
Serv-U on their server even though they didn't install it?

How is the fact that the hacker crowd seems to be able to manipulate
just about any install of Serv-U to their will (regardless of whose
machine it's on), not be a negative thing???

On 10/10/05, Ken Ferguson [EMAIL PROTECTED] wrote:
 I'd be very interested in hearing why exactly you seem to think that
 this is a negative for Serv-U???

 --Ferg

 Charlie Griefer wrote:

 serv-U's also popular with the hacker crowd :)
 
 i've been running the filezilla server for a while now with no
 problems.  caveat...i'm running it on my home machine and basically
 just use it for personal FTP.  it's not under a business-type load.
 
 'free' didn't used to be a bad thing :)
 
 






~|
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:220558
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: FTP Server

2005-10-10 Thread Ken Ferguson
None of that has anything necessarily to do with Serv-U itself. By your 
logic, there are thousands of quality apps you should steer clear of for 
no good reason. I went to work on a new client's server and found that 
there was an instance of qmail installed without their knowledge sending 
out spam. Should we all steer away from qmail because of that or should 
we assume that the moron who set up the server didn't secure it 
properly??? Oh wait, I know -- maybe I should put some real thought into 
switching my firewall out if it's a flavor preferred by hackers? Damn, 
you know I'm going to have to reinstall my server OS too, as I'm running 
Linux which, as we all know, is really popular with the hacker crowd. 
Unfortunately, I'll have to find a different browser to use on the 'net 
too, because every time I'm on a windows box, I use Firefox and I've 
heard that most hackers prefer that over IE when they're stuck on a 
windows machine.

It just seems like a pretty poorly-though-out thing to say, doesn't it?

--Ferg

Charlie Griefer wrote:

the fact that it's popular with the hacker crowd?

How about because i was running serv-u and one day i inexplicably had
FTP accounts open on drives A-Z with
read/write/execute/delete/procreate access to all (and oddly enough, i
didn't create any of those accounts).

How about one of the previous posters who mentioned finding a copy of
Serv-U on their server even though they didn't install it?

How is the fact that the hacker crowd seems to be able to manipulate
just about any install of Serv-U to their will (regardless of whose
machine it's on), not be a negative thing???

On 10/10/05, Ken Ferguson [EMAIL PROTECTED] wrote:
  

I'd be very interested in hearing why exactly you seem to think that
this is a negative for Serv-U???

--Ferg

Charlie Griefer wrote:



serv-U's also popular with the hacker crowd :)

i've been running the filezilla server for a while now with no
problems.  caveat...i'm running it on my home machine and basically
just use it for personal FTP.  it's not under a business-type load.

'free' didn't used to be a bad thing :)


  







~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220563
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: FTP Server

2005-10-10 Thread Charlie Griefer
doesn't change the facts about serv-u (i was just too lazy to google
for specifics, so I cited what I remembered) :)

but anyway...

http://www.informit.com/articles/article.asp?p=30286seqNum=5rl=1
the script will be using Servu-FTP, which is the most common FTP
server used by hackers.

http://www-tus.csx.cam.ac.uk/pc_support/security/serv-u.html
The most commonly found ftp server on compromised machines is Rhino
software's Serv-U ftp server.

http://www.norman.com/Virus/Virus_descriptions/9804/en
This is not a virus or trojan, but a commercially available FTP
server application. This FTP server, originally called FTP Serv-U, is
used as a tool by several backdoors and denial-of-service tools.
It is important to understand that FTP Serv-U is not malicious per se;
instead it provides functions that can enable hackers to set up remote
access to files on the local computer.

Google.  there's a lot more.

Really surprised to even be asked the question of why using a tool
that's popular with the hacker crowd is a bad thing.


On 10/10/05, Mark A Kruger [EMAIL PROTECTED] wrote:
 Charlie,

 That second item on your list is a virus or worm that was going around
 (probably still is) that named itself serv-u. It had nothing to do with
 the serv-u server per se. The creator used serv-u because it was common
 enough to not raise red flags on some servers and even home pcs.

 -mark


 -Original Message-
 From: Charlie Griefer [mailto:[EMAIL PROTECTED]
 Sent: Monday, October 10, 2005 10:11 AM
 To: CF-Talk
 Subject: Re: FTP Server


 the fact that it's popular with the hacker crowd?

 How about because i was running serv-u and one day i inexplicably had
 FTP accounts open on drives A-Z with
 read/write/execute/delete/procreate access to all (and oddly enough, i
 didn't create any of those accounts).

 How about one of the previous posters who mentioned finding a copy of
 Serv-U on their server even though they didn't install it?

 How is the fact that the hacker crowd seems to be able to manipulate
 just about any install of Serv-U to their will (regardless of whose
 machine it's on), not be a negative thing???

 On 10/10/05, Ken Ferguson [EMAIL PROTECTED] wrote:
  I'd be very interested in hearing why exactly you seem to think that
  this is a negative for Serv-U???
 
  --Ferg
 
  Charlie Griefer wrote:
 
  serv-U's also popular with the hacker crowd :)
  
  i've been running the filezilla server for a while now with no
  problems.  caveat...i'm running it on my home machine and basically
  just use it for personal FTP.  it's not under a business-type load.
  
  'free' didn't used to be a bad thing :)
  
  
 
 
 



 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220564
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: FTP Server

2005-10-10 Thread Charlie Griefer
On 10/10/05, Ken Ferguson [EMAIL PROTECTED] wrote:
 None of that has anything necessarily to do with Serv-U itself. By your
 logic, there are thousands of quality apps you should steer clear of for
 no good reason. I went to work on a new client's server and found that
 there was an instance of qmail installed without their knowledge sending
 out spam. Should we all steer away from qmail because of that or should
 we assume that the moron who set up the server didn't secure it
 properly??? Oh wait, I know -- maybe I should put some real thought into
 switching my firewall out if it's a flavor preferred by hackers? Damn,
 you know I'm going to have to reinstall my server OS too, as I'm running
 Linux which, as we all know, is really popular with the hacker crowd.
 Unfortunately, I'll have to find a different browser to use on the 'net
 too, because every time I'm on a windows box, I use Firefox and I've
 heard that most hackers prefer that over IE when they're stuck on a
 windows machine.

 It just seems like a pretty poorly-though-out thing to say, doesn't it?

If you interpreted it as such, that's fine.

But when one specific product is overwhelmingly targeted by hackers,
and there are other alternatives available (some of 'em even free),
then I think it would be pretty poorly thought out to not (at the very
least) take it into consideration.

If I have the choice of 'product A' or 'product B', and product A is
documented as being overwhelmingly targeted by hackers, I think that
should be a factor in my decision.  But hey, to each their own and
all.

--
Charlie Griefer


...All the world shall be your enemy, Prince with a Thousand Enemies,
and whenever they catch you, they will kill you. But first they must catch
you, digger, listener, runner, prince with a swift warning.
Be cunning and full of tricks and your people shall never be destroyed.

~|
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:220565
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: FTP Server

2005-10-10 Thread Russ
I agree... Serv-U has been targeted by hackers because it has (had) a lot of
exploits.  I'm not sure how the current version is, but previous versions
I'm guessing were plagued by security holes.  Just like Internet Explorer.
And yes, you should also try to steer clear of IE, because it's popular with
the hacker crowd.  Not popular in that way that they use it, but popular
because it's plagued with security holes.  

Russ

-Original Message-
From: Charlie Griefer [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 10, 2005 11:54 AM
To: CF-Talk
Subject: Re: FTP Server

On 10/10/05, Ken Ferguson [EMAIL PROTECTED] wrote:
 None of that has anything necessarily to do with Serv-U itself. By your
 logic, there are thousands of quality apps you should steer clear of for
 no good reason. I went to work on a new client's server and found that
 there was an instance of qmail installed without their knowledge sending
 out spam. Should we all steer away from qmail because of that or should
 we assume that the moron who set up the server didn't secure it
 properly??? Oh wait, I know -- maybe I should put some real thought into
 switching my firewall out if it's a flavor preferred by hackers? Damn,
 you know I'm going to have to reinstall my server OS too, as I'm running
 Linux which, as we all know, is really popular with the hacker crowd.
 Unfortunately, I'll have to find a different browser to use on the 'net
 too, because every time I'm on a windows box, I use Firefox and I've
 heard that most hackers prefer that over IE when they're stuck on a
 windows machine.

 It just seems like a pretty poorly-though-out thing to say, doesn't it?

If you interpreted it as such, that's fine.

But when one specific product is overwhelmingly targeted by hackers,
and there are other alternatives available (some of 'em even free),
then I think it would be pretty poorly thought out to not (at the very
least) take it into consideration.

If I have the choice of 'product A' or 'product B', and product A is
documented as being overwhelmingly targeted by hackers, I think that
should be a factor in my decision.  But hey, to each their own and
all.

--
Charlie Griefer


...All the world shall be your enemy, Prince with a Thousand Enemies,
and whenever they catch you, they will kill you. But first they must catch
you, digger, listener, runner, prince with a swift warning.
Be cunning and full of tricks and your people shall never be destroyed.



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220566
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: FTP Server

2005-10-10 Thread Dan G. Switzer, II
Charlie,

If I have the choice of 'product A' or 'product B', and product A is
documented as being overwhelmingly targeted by hackers, I think that
should be a factor in my decision.  But hey, to each their own and
all.

I think you may be misreading some of the Serv-U quotes. It's not targeted
by hackers, but hackers commonly use builds of Serv-U v2 once they have
compromise a server so they can FTP in to the server.  It's not that they
compromise Serv-U (although there have been security holes found in some
older versions,) it's that they would install a copy of Serv-U to use as a
way to access the server.

There's a difference between hackers using an application and exploiting the
application. The reason Serv-U became so popular to use as a backdoor was
because early versions of Serv-U only needed an INI file (no installation,)
it left a very small memory footprint and was pretty easy to hide a process.
Not to mention, it was such a popular FTP server that it might often go
overlooked if found, because admins are used to seeing it installed on their
servers.

In my experience, I've found Serv-U to be really secure in the past.
Granted, as the program has grown, so have the potential for security holes,
but Rob's always been good about patching problems quickly.

-Dan



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220567
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: FTP Server

2005-10-10 Thread Charlie Griefer
Dan:

That may be...but the fact of the matter remains that I personally had
put ServU on my machine, and shortly thereafter was hacked.  Found a
ridiculous amount of porn (really really bad porn...the worst porn I
ever spent 20 straight hours watching) on my machine (along with the
aforementioned accounts created with god-like permissions on drives
A-Z).

Now, I'll be the first to admit that I'm not a network guy/system
administrator.  Could I have set it up in an insecure manner?  Sure. 
It's possible.  But I've also used bulletproof, IIS's FTP (bleh), and
filezilla...all with no issues (that I'm aware of, at least) :)

So in my mind, regardless of what I've read...the problem was Serv-U.

However, this was roughly 4 years ago.  If new versions are more
secure, that's fair enough and a perfectly valid answer.  But that's
the answer I would expect instead of being presented with the question
of how is using an application that's popular among the hacker crowd
negative?.


On 10/10/05, Dan G. Switzer, II [EMAIL PROTECTED] wrote:
 Charlie,

 If I have the choice of 'product A' or 'product B', and product A is
 documented as being overwhelmingly targeted by hackers, I think that
 should be a factor in my decision.  But hey, to each their own and
 all.

 I think you may be misreading some of the Serv-U quotes. It's not targeted
 by hackers, but hackers commonly use builds of Serv-U v2 once they have
 compromise a server so they can FTP in to the server.  It's not that they
 compromise Serv-U (although there have been security holes found in some
 older versions,) it's that they would install a copy of Serv-U to use as a
 way to access the server.

 There's a difference between hackers using an application and exploiting the
 application. The reason Serv-U became so popular to use as a backdoor was
 because early versions of Serv-U only needed an INI file (no installation,)
 it left a very small memory footprint and was pretty easy to hide a process.
 Not to mention, it was such a popular FTP server that it might often go
 overlooked if found, because admins are used to seeing it installed on their
 servers.

 In my experience, I've found Serv-U to be really secure in the past.
 Granted, as the program has grown, so have the potential for security holes,
 but Rob's always been good about patching problems quickly.

 -Dan



 

~|
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:220570
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: FTP Server

2005-10-10 Thread Ken Ferguson
Exactly -- Serv-U isn't often reported to be a favorite target of 
hackers in any of the links provided or in any of the 1st page results I 
got Googling Serv-U security holes. It's more often reported to be a 
favorite tool of hackers. Hackers used Serv-U because they could install 
it on your machine without you knowing it and use your bandwidth and 
power for their FTP server. Virtually every program that is open to the 
internet has been compromised at some point since its development. My 
point is that just because hackers use Serv-U, doesn't say ANYTHING bad 
about the program at all. When you do find some write-ups of security 
issues with Serv-U's older versions, they are almost always attributed 
to the Windows OS on which it's installed. Even the buffer overrun 
problems in 2.5 that I read about were OS issues which the software had 
to go out of its way to address in the security patches.

--Ferg


Dan G. Switzer, II wrote:

Charlie,

  

If I have the choice of 'product A' or 'product B', and product A is
documented as being overwhelmingly targeted by hackers, I think that
should be a factor in my decision.  But hey, to each their own and
all.



I think you may be misreading some of the Serv-U quotes. It's not targeted
by hackers, but hackers commonly use builds of Serv-U v2 once they have
compromise a server so they can FTP in to the server.  It's not that they
compromise Serv-U (although there have been security holes found in some
older versions,) it's that they would install a copy of Serv-U to use as a
way to access the server.

There's a difference between hackers using an application and exploiting the
application. The reason Serv-U became so popular to use as a backdoor was
because early versions of Serv-U only needed an INI file (no installation,)
it left a very small memory footprint and was pretty easy to hide a process.
Not to mention, it was such a popular FTP server that it might often go
overlooked if found, because admins are used to seeing it installed on their
servers.

In my experience, I've found Serv-U to be really secure in the past.
Granted, as the program has grown, so have the potential for security holes,
but Rob's always been good about patching problems quickly.

-Dan
  



~|
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:220572
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: FTP Server

2005-10-10 Thread Dave Watts
 Really surprised to even be asked the question of why using a tool
 that's popular with the hacker crowd is a bad thing.

I'm sorry, but that's absurd. There are lots of tools that are popular with
the hacker crowd - these tools tend to be best-in-class, and are chosen
for that reason.

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:220577
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: FTP Server

2005-10-10 Thread Charlie Griefer
On 10/10/05, Dave Watts [EMAIL PROTECTED] wrote:
  Really surprised to even be asked the question of why using a tool
  that's popular with the hacker crowd is a bad thing.

 I'm sorry, but that's absurd. There are lots of tools that are popular with
 the hacker crowd - these tools tend to be best-in-class, and are chosen
 for that reason.

But that still doesn't make it a good thing, Dave.  Yeah, compare
Windows and any other OS.  which is more targeted?  Windows.  When you
see side-by-side comparisons of pros/cons, what's going to be in the
'con' column?  Targeted by hackers.  Does that make Windows 'bad' per
se (and no, that's not an opening for a holy war)?

The original question asked about FTP programs other than the built in
IIS program.  My experience with Serv-U was that it allowed my machine
to be hacked.  Filezilla, to date, has not.

I'm sorry...I mean, I respect the hell outta ya Dave, I really do. 
But I just don't see how mentioning that a specific application is a
popular hacker tool is wrong.  I don't see how that fact would not be
construed as a negative aspect.

And again, if, as Dan suggested, newer versions are more secure (and
they might very well be...I've not used Serv-U for quite some time
now), then the point is moot and the answer would have been, that may
have been true in the past, but is no longer a concern (or a
significant concern).

--
Charlie Griefer


...All the world shall be your enemy, Prince with a Thousand Enemies,
and whenever they catch you, they will kill you. But first they must catch
you, digger, listener, runner, prince with a swift warning.
Be cunning and full of tricks and your people shall never be destroyed.

~|
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:220580
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: FTP Server

2005-10-10 Thread Damien McKenna
One idea... freeSSHd (http://www.freesshd.com/) to give yourself an SSH
login system, then use Active Directory to manage permissions.  CoreFTP
(http://www.coreftp.com/) is an FTP client with a free version that
works via SSH, I'm in the process of setting it up for some peeps here
and I'm pretty happy with it so far.

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


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220582
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: FTP Server

2005-10-10 Thread Dave Watts
 But that still doesn't make it a good thing, Dave.  Yeah, compare
 Windows and any other OS.  which is more targeted?  Windows.  When you
 see side-by-side comparisons of pros/cons, what's going to be in the
 'con' column?  Targeted by hackers.  Does that make Windows 'bad' per
 se (and no, that's not an opening for a holy war)?
 
 The original question asked about FTP programs other than the built in
 IIS program.  My experience with Serv-U was that it allowed my machine
 to be hacked.  Filezilla, to date, has not.
 
 I'm sorry...I mean, I respect the hell outta ya Dave, I really do. 
 But I just don't see how mentioning that a specific application is a
 popular hacker tool is wrong.  I don't see how that fact would not be
 construed as a negative aspect.

There's a fundamental difference between targeted by hackers and used by
hackers. The former is bad, the latter not so much. If someone compromises
your machine and chooses to install an FTP server, his choice will be driven
by many of the same factors as my own in choosing what FTP server to use.
What works best?

I use tools all the time that are hacker tools, and I'm no hacker (in the
pejorative sense of the word, anyway). I use them because they do what I
need them to do, better than the alternatives.

As for whether Serv-U allowed your machine to be hacked, are you sure that
was where the vulnerability was? Just because someone was using your FTP
server after your server was compromised, doesn't mean that it was
compromised through the FTP server.

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!


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220584
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: FTP Server

2005-10-10 Thread Mark A Kruger
Dave,

A very common virus/trojan technique is to create new a serv-u.ini file as a
part of the payload - which in the case of an existing serv-u server
overwrites the old serv-u ini file and changes the configuration of the
server. A quick seach at symantec security turned up this technique quite a
number of times - though nothing terribly recent. My guess is that this is
what charlie experienced.

-Mark
Mark A. Kruger, CFG, MCSE
www.cfwebtools.com
www.necfug.com
http://mkruger.cfwebtools.com



--
As for whether Serv-U allowed your machine to be hacked, are you sure that
was where the vulnerability was? Just because someone was using your FTP
server after your server was compromised, doesn't mean that it was
compromised through the FTP server.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.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:220585
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: FTP Server

2005-10-10 Thread Charlie Griefer
On 10/10/05, Dave Watts [EMAIL PROTECTED] wrote:

 There's a fundamental difference between targeted by hackers and used by
 hackers. The former is bad, the latter not so much. If someone compromises
 your machine and chooses to install an FTP server, his choice will be driven
 by many of the same factors as my own in choosing what FTP server to use.
 What works best?

Agreed on the difference, and maybe most of this debate has been
semantic in nature.  I was referring to targeted by hackers.  I
apologize (to all involved) if I was not clear in that.

 I use tools all the time that are hacker tools, and I'm no hacker (in the
 pejorative sense of the word, anyway). I use them because they do what I
 need them to do, better than the alternatives.

 As for whether Serv-U allowed your machine to be hacked, are you sure that
 was where the vulnerability was? Just because someone was using your FTP
 server after your server was compromised, doesn't mean that it was
 compromised through the FTP server.

I did mention that I'm no system admin.  I'd like to think I'm not
terribly stupid, but I do recognize that I'm not a system admin and
perhaps I left allowed some vulnerability to be exploited through my
own lack of knowledge.  However, as also mentioned, I've not had any
similar issues with any FTP servers that I've used after this (nor did
I have issues with any FTP servers that I had used prior).

I do remember researching at that time and finding that Serv-U was
targeted by hackers.  I'm afraid that I'm going to have to ask you to
take my word for that, as I don't find any similar condemning evidence
today.  Could be because (as Dan stated) current (and/or recent)
versions have not had the vulnerabilities of older versions.  But as
[insert deity of your choice here] is my witness, back then search
results were pretty conclusive in suggesting that the application was
*targeted* by hackers.

Given the availability of alternatives today (bulletproof (or whatever
it's current name is), Filezilla, etc), I'm going to adhere to the
once bitten twice shy rule.

--
Charlie Griefer


...All the world shall be your enemy, Prince with a Thousand Enemies,
and whenever they catch you, they will kill you. But first they must catch
you, digger, listener, runner, prince with a swift warning.
Be cunning and full of tricks and your people shall never be destroyed.

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220588
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: FTP Server

2005-10-10 Thread Dan G. Switzer, II
Charlie,

Now, I'll be the first to admit that I'm not a network guy/system
administrator.  Could I have set it up in an insecure manner?  Sure.
It's possible.  But I've also used bulletproof, IIS's FTP (bleh), and
filezilla...all with no issues (that I'm aware of, at least) :)

So in my mind, regardless of what I've read...the problem was Serv-U.

In your case, maybe it was. I just wanted to point out that the articles you
posted all related to how hackers tend to use Serv-U as a way to install
backdoor, isn't a security issue with Serv-U--it's just their tool of
choice. Generally speaking, they've probably gotten into your server via
other means and just installed the tool w/out your knowledge.

I do know that there have been a couple of severe security bugs in Serv-U
found, but in my experience they have been found, reported and squashed
pretty quickly.

However, I haven't used the last couple of versions of Serv-U as the old
version always worked great for me...

-Dan



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220589
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: FTP Server

2005-10-10 Thread Snake
Serv-u is only targeted when an exploit is discovered, just like any other
product.
They probably tend to come to light more often with serv-u because it is the
hackers FTP server of choice.
I think people tend to confuse the fact that serv-u gets hacked, because
when servers get hacked and turned into warez servers, you will usually find
a copy of serv-u installed.
This does not mean serv-u got hacked, cozz the server may not have had
serv-u instalel din the first, the hacker installed it himself afte rhe got
access to your server.

But all said and and done, those fcats did put me off, and I moved to Gene6
FTP, which I personally think is a superior product, and that's after having
used serv-u for several years as well as several other fTP servers.

Russ

-Original Message-
From: Charlie Griefer [mailto:[EMAIL PROTECTED] 
Sent: 10 October 2005 19:13
To: CF-Talk
Subject: Re: FTP Server

On 10/10/05, Dave Watts [EMAIL PROTECTED] wrote:

 There's a fundamental difference between targeted by hackers and 
 used by hackers. The former is bad, the latter not so much. If 
 someone compromises your machine and chooses to install an FTP server, 
 his choice will be driven by many of the same factors as my own in
choosing what FTP server to use.
 What works best?

Agreed on the difference, and maybe most of this debate has been semantic in
nature.  I was referring to targeted by hackers.  I apologize (to all
involved) if I was not clear in that.

 I use tools all the time that are hacker tools, and I'm no hacker 
 (in the pejorative sense of the word, anyway). I use them because they 
 do what I need them to do, better than the alternatives.

 As for whether Serv-U allowed your machine to be hacked, are you sure 
 that was where the vulnerability was? Just because someone was using 
 your FTP server after your server was compromised, doesn't mean that 
 it was compromised through the FTP server.

I did mention that I'm no system admin.  I'd like to think I'm not terribly
stupid, but I do recognize that I'm not a system admin and perhaps I left
allowed some vulnerability to be exploited through my own lack of knowledge.
However, as also mentioned, I've not had any similar issues with any FTP
servers that I've used after this (nor did I have issues with any FTP
servers that I had used prior).

I do remember researching at that time and finding that Serv-U was targeted
by hackers.  I'm afraid that I'm going to have to ask you to take my word
for that, as I don't find any similar condemning evidence today.  Could be
because (as Dan stated) current (and/or recent) versions have not had the
vulnerabilities of older versions.  But as [insert deity of your choice
here] is my witness, back then search results were pretty conclusive in
suggesting that the application was
*targeted* by hackers.

Given the availability of alternatives today (bulletproof (or whatever it's
current name is), Filezilla, etc), I'm going to adhere to the once bitten
twice shy rule.

--
Charlie Griefer


...All the world shall be your enemy, Prince with a Thousand Enemies, and
whenever they catch you, they will kill you. But first they must catch you,
digger, listener, runner, prince with a swift warning.
Be cunning and full of tricks and your people shall never be destroyed.



~|
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:220604
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: FTP Server

2005-10-07 Thread Seth Bienek
Serv-U is a popular FTP server that allows you to set up access based on
users and groups you can create and manage yourself:
http://www.serv-u.com/

Hope this helps,

Seth

 -Original Message-
 
 Can anyone recommend a third party FTP server that runs on 
 Windows that has a more granular security than IIS.
 
 Lee Surma


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220423
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: FTP Server

2005-10-07 Thread Charlie Griefer
serv-U's also popular with the hacker crowd :)

i've been running the filezilla server for a while now with no
problems.  caveat...i'm running it on my home machine and basically
just use it for personal FTP.  it's not under a business-type load.

'free' didn't used to be a bad thing :)

On 10/7/05, Seth Bienek [EMAIL PROTECTED] wrote:
 Serv-U is a popular FTP server that allows you to set up access based on
 users and groups you can create and manage yourself:
 http://www.serv-u.com/

 Hope this helps,

 Seth

  -Original Message-
 
  Can anyone recommend a third party FTP server that runs on
  Windows that has a more granular security than IIS.
 
  Lee Surma


 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220425
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: FTP Server

2005-10-07 Thread Rick Root
Charlie Griefer wrote:
 serv-U's also popular with the hacker crowd :)

Heh.  We found Serv-U running on one of the machines here and we didn't
install it ;)

 i've been running the filezilla server for a while now with no
 problems.  caveat...i'm running it on my home machine and basically
 just use it for personal FTP.  it's not under a business-type load.

We're using it for business but the load is very light.  Basically just
getting files FTPed from our mainframe to our web server, and one
internal customer uploading files for their web site.

Rick


~|
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:220430
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: FTP Server

2005-10-07 Thread Phill B
Charlie is right. Serv-u is very bad and unsafe in my opinion and
loved by the hacker crowed.

I use Gene6 FTP and it kicks a**!
http://www.g6ftpserver.com/

It does every thing and more. Super easy to set up. Give it a look.

On 10/7/05, Charlie Griefer [EMAIL PROTECTED] wrote:
 serv-U's also popular with the hacker crowd :)

 i've been running the filezilla server for a while now with no
 problems.  caveat...i'm running it on my home machine and basically
 just use it for personal FTP.  it's not under a business-type load.

 'free' didn't used to be a bad thing :)

 On 10/7/05, Seth Bienek [EMAIL PROTECTED] wrote:
  Serv-U is a popular FTP server that allows you to set up access based on
  users and groups you can create and manage yourself:
  http://www.serv-u.com/
 
  Hope this helps,
 
  Seth
 
   -Original Message-
  
   Can anyone recommend a third party FTP server that runs on
   Windows that has a more granular security than IIS.
  
   Lee Surma
 
 
 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220446
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: FTP Server

2005-10-07 Thread Snake
Gene6 ftp
So far it's the best of all the ones i have tried, and it's a good price
too.
I used to be a serv-u user, but it got to expensive, and there have been a
fair few security vulnerabilities for it too. The other annoying thing is
that it is the FTP server that most hackers use, and thus a lot of virus
scanners will pick it up, or if you do get hacked you might not notice if
your running serv-u anyway.
But aside form that, I did like serv-u.
 

-Original Message-
From: Seth Bienek [mailto:[EMAIL PROTECTED] 
Sent: 07 October 2005 19:58
To: CF-Talk
Subject: RE: FTP Server

Serv-U is a popular FTP server that allows you to set up access based on
users and groups you can create and manage yourself:
http://www.serv-u.com/

Hope this helps,

Seth

 -Original Message-
 
 Can anyone recommend a third party FTP server that runs on Windows 
 that has a more granular security than IIS.
 
 Lee Surma




~|
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:220459
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: FTP Subversion

2005-09-28 Thread Stan Winchester
I finally got an answer froj Ipswitch. They said, I doubt you would be able to 
do that with a regular transfer. However with synchronized transfers, you have 
an option to add exclusion rules for files and folders.

I was able to easily add and exclusion rules for .svn folders and it works 
perfectly.

Before anyone tells me to search the archives, please read my thread I just
posted under Source Control
http://www.houseoffusion.com/cf_lists/messages.cfm/forumid:4/threadid:42443#
219461 

 

I am having a hard time setting up a filter for WS_FTP Pro to not upload a
Subversion directory. How do others use Subversion and WS_FTP Pro? I thought
of exporting from Subversion to get a clean copy, and then ftping the clean
copy, but that would be a pain as changes to the site occur. What I would
like to do is just filter .svn directories so WS_FTP Pro ignores them. I've
posted to the Ipswitch forum, but that forum is useless!

 

I also thought about asking the web host to setup Subversion on the web
sever, though I doubt that is going to happen.

 

Any help or comments would be appreciated!

 

Thank you,

Aftershock Web Design, Inc.

by: Stan Winchester

President/Developer

[EMAIL PROTECTED]  

http://www.aftershockweb.com/   

Phone 503-244-3440

Fax 503-244-3454

~|
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:219477
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: FTP and file permissions

2005-08-10 Thread Scott Brady
On 8/9/05, Jim Davis  wrote:
 You're not running the CF task via CFEXECUTE, you're running a DOS Batch
 file which would use the Windows command line FTP program to do the actual
 FTP work.
 
 You'd be taking CF out of the loop when it comes to FTP.  CF would just be
 launching the process and reaping the spoils but not doing any of the actual
 work.  Just like any good manager.  ;^)

Interesting.  We'd have to adjust the timing, of course, because CF
would still need to process the ftp-ed file, but that might just work.

I'll present that as an option for us to test.

Thanks!

Scott

-- 
-
Scott Brady
http://www.scottbrady.net/

~|
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:214359
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: FTP and file permissions

2005-08-10 Thread Scott Brady
On 8/9/05, Jim Davis  wrote:
 You're not running the CF task via CFEXECUTE, you're running a DOS Batch
 file which would use the Windows command line FTP program to do the actual
 FTP work.
 
 You'd be taking CF out of the loop when it comes to FTP.  CF would just be
 launching the process and reaping the spoils but not doing any of the actual
 work.  Just like any good manager.  ;^)

Well, that worked like a champ.  You have no idea how relieved I am to
have a working process again. (We still have to verify overnight that
the process actually works when the scheduler actually runs, but I
don't see why it won't work).

As afar has reaping the spoils without doing any actual work . . .
that's why I'd make a horrible manager. I don't even think of such
things. :)

Thank you very much.

Scott
-- 
-
Scott Brady
http://www.scottbrady.net/

~|
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:214504
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: FTP and file permissions

2005-08-09 Thread Robertson-Ravo, Neil (RX)
And it may be down to what user ColdFusion is running under.

 





This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions. 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Dharmendar Kumar [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Fri Aug 05 15:57:05 2005
Subject: RE: FTP and file permissions

Try turning off/on passive mode.


-Original Message-
From: Scott Brady [mailto:[EMAIL PROTECTED]
Sent: Friday, August 05, 2005 10:36 AM
To: CF-Talk
Subject: Fwd: FTP and file permissions


Well, it's been a month and we are still having this problem.

Has NO ONE ever heard of an instance where logging in to an ftp server
manually (with the same credentials) allows you to see files in a
directory but CFFTP won't?

Scott

-- Forwarded message --
From: Scott Brady [EMAIL PROTECTED]
Date: Jul 1, 2005 1:19 PM
Subject: FTP and file permissions
To: cf-talk@houseoffusion.com


This is a follow-up to my posts from yesterday.

One of our clients pushes a daily data feed to their FTP server, which
we log in to using a scheduled task in CF and download the file and
process the data feed.

Since we upgraded to CF7, it appears that CF's FTP connection can't
see that file (neither a directory listing nor a File Exists can
seee it).  If I manually log into the FTP server (using the exact same
username and password), I'm able to see the file.  If I then copy the
file to some other name, CF can now see the new file. If I delete the
original and rename the copy back to the original's name, CF can now
see the file under the original name.

To me, this sounds like some weird permissions issue, but why would I
be able to see the file when manually FTP-ing in with the same exact
credentials?

Any ideas?

Scott

-- 

-
Scott Brady
http://www.scottbrady.net/





~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214255
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: FTP and file permissions

2005-08-09 Thread Scott Brady
On 8/9/05, Robertson-Ravo, Neil (RX)  wrote:
 And it may be down to what user ColdFusion is running under.
 

CF (which can't see those files) is connecting to the FTP server with
the exact same login info as when I do it manually (which allows me to
see those files).

Basically, this has gone on so long, we're going to look into the
client FTP-ing that file up to our server instead.

Scott
-- 
-
Scott Brady
http://www.scottbrady.net/

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214263
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: FTP and file permissions

2005-08-09 Thread Jim Davis
 -Original Message-
 From: Scott Brady [mailto:[EMAIL PROTECTED]
 Sent: Friday, August 05, 2005 10:36 AM
 To: CF-Talk
 Subject: Fwd: FTP and file permissions
 
 
 Well, it's been a month and we are still having this problem.
 
 Has NO ONE ever heard of an instance where logging in to an ftp server
 manually (with the same credentials) allows you to see files in a
 directory but CFFTP won't?

Are you logging into the FTP server manually on the CF box?

(We've had similar problems were it turned out people were defending the
infrastructure by saying it works for me.  What they meant was that it
worked from their desktop - the CF Server was blocked from doing the same
thing by a firewall rule.)

If it's a windows machine you can easily create a command line batch file to
do the task and run it (via CFEXECUTE) using CF Schedule.  If all else fails
this might be a good stopgap to get you up and running.

Creating a batch file might not be a bad idea in any case - at least it can
be used to test connectivity when CF is having problems.

Jim Davis





~|
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:214264
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: FTP and file permissions

2005-08-09 Thread Scott Brady
On 8/9/05, Jim Davis  wrote:
 Are you logging into the FTP server manually on the CF box?

Because of IP restrictions on the FTP server, the only way to log in
to the FTP site is via the CF box.

So, the way I'm testing this is:

1)  Run the scheduled task which ftps into the machine and do a dump
of the directory listing.  This dump doesn't display every file.
2)  From the CF box, use command line FTP (using the exact same login
info as CF uses) and do a directory listing. It displays every file.


 If it's a windows machine you can easily create a command line batch file to
 do the task and run it (via CFEXECUTE) using CF Schedule.  If all else fails
 this might be a good stopgap to get you up and running.

I'm not exactly clear how that would fix the problem.  If the
scheduled task isn't seeing every file, how would running that
scheduled task via cfexecute cause it to now see every file?

 Creating a batch file might not be a bad idea in any case - at least it can
 be used to test connectivity when CF is having problems.

CF isn't having connectivity problems.  It can connect to the server
without any problem. It just can't see every file it's supposed to be
seeing.

Thanks for the suggestions, though.

Scott

-- 
-
Scott Brady
http://www.scottbrady.net/

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214268
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: FTP and file permissions

2005-08-09 Thread Jim Davis
 -Original Message-
 From: Scott Brady [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, August 09, 2005 5:54 PM
 To: CF-Talk
 Subject: Re: FTP and file permissions
 
 On 8/9/05, Jim Davis  wrote:
  If it's a windows machine you can easily create a command line batch
 file to
  do the task and run it (via CFEXECUTE) using CF Schedule.  If all else
 fails
  this might be a good stopgap to get you up and running.
 
 I'm not exactly clear how that would fix the problem.  If the
 scheduled task isn't seeing every file, how would running that
 scheduled task via cfexecute cause it to now see every file?

You're not running the CF task via CFEXECUTE, you're running a DOS Batch
file which would use the Windows command line FTP program to do the actual
FTP work.

You'd be taking CF out of the loop when it comes to FTP.  CF would just be
launching the process and reaping the spoils but not doing any of the actual
work.  Just like any good manager.  ;^)

Jim Davis





~|
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:214272
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: FTP and file permissions

2005-08-05 Thread Dharmendar Kumar
Try turning off/on passive mode.


-Original Message-
From: Scott Brady [mailto:[EMAIL PROTECTED]
Sent: Friday, August 05, 2005 10:36 AM
To: CF-Talk
Subject: Fwd: FTP and file permissions


Well, it's been a month and we are still having this problem.

Has NO ONE ever heard of an instance where logging in to an ftp server
manually (with the same credentials) allows you to see files in a
directory but CFFTP won't?

Scott

-- Forwarded message --
From: Scott Brady [EMAIL PROTECTED]
Date: Jul 1, 2005 1:19 PM
Subject: FTP and file permissions
To: cf-talk@houseoffusion.com


This is a follow-up to my posts from yesterday.

One of our clients pushes a daily data feed to their FTP server, which
we log in to using a scheduled task in CF and download the file and
process the data feed.

Since we upgraded to CF7, it appears that CF's FTP connection can't
see that file (neither a directory listing nor a File Exists can
seee it).  If I manually log into the FTP server (using the exact same
username and password), I'm able to see the file.  If I then copy the
file to some other name, CF can now see the new file. If I delete the
original and rename the copy back to the original's name, CF can now
see the file under the original name.

To me, this sounds like some weird permissions issue, but why would I
be able to see the file when manually FTP-ing in with the same exact
credentials?

Any ideas?

Scott

-- 
-
Scott Brady
http://www.scottbrady.net/



~|
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:213862
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: FTP and file permissions

2005-08-05 Thread Scott Brady
On 8/5/05, Dharmendar Kumar  wrote:
 Try turning off/on passive mode.

Thanks for the suggestion.  

Unfortunately, that had no effect.

Scott
-- 
-
Scott Brady
http://www.scottbrady.net/

~|
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:213876
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: FTP and file permissions

2005-08-05 Thread Charles Polisher
Scott Brady wrote:
 On 8/5/05, Dharmendar Kumar  wrote:
  Try turning off/on passive mode.
 
 Thanks for the suggestion.  
 
 Unfortunately, that had no effect.
 
 Scott

Do you have access to the ftp log on the remote site?
What does it show? What OS are you using on each end?

~|
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:213884
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: FTP and file permissions

2005-08-05 Thread Scott Brady
On 8/5/05, Charles Polisher  wrote:
 Do you have access to the ftp log on the remote site?
 What does it show? What OS are you using on each end?

We don't have access to the ftp logs on the remote site (it's a fairly
locked down server for a Fortune 500 company, so we're just lucky to
be on there at all :) ).

I might be able to have them check the logs on their end, but I doubt it.

The CF OS is Windows 2003.

I don't know exactly what the remote OS is, but I assume it's a
*nix-based OS, because I have to use ls to view the directory when
I'm manually logging in.

Scott

-- 
-
Scott Brady
http://www.scottbrady.net/

~|
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:213892
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: FTP and file permissions

2005-08-05 Thread Charles Polisher
Scott Brady wrote:
 On 8/5/05, Charles Polisher  wrote:
  Do you have access to the ftp log on the remote site?
  What does it show? What OS are you using on each end?
 
 We don't have access to the ftp logs on the remote site (it's a fairly
 locked down server for a Fortune 500 company, so we're just lucky to
 be on there at all :) ).
 
 I might be able to have them check the logs on their end, but I doubt it.
 
 The CF OS is Windows 2003.
 
 I don't know exactly what the remote OS is, but I assume it's a
 *nix-based OS, because I have to use ls to view the directory when
 I'm manually logging in.
 
 Scott

Is there anything unusual about the filenames you're using,
any departure from straight 8.3 notation, all alphanumeric?



~|
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:213894
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: FTP and file permissions

2005-08-05 Thread Dave Watts
 Well, it's been a month and we are still having this problem.
 
 Has NO ONE ever heard of an instance where logging in to an ftp 
 server manually (with the same credentials) allows you to see files 
 in a directory but CFFTP won't?

I suggest you use a packet sniffer to capture a manual FTP session and a
CFFTP session, and see what's different.

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!


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213896
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: FTP and file permissions

2005-08-05 Thread Scott Brady
On 8/5/05, Charles Polisher  wrote:
 Is there anything unusual about the filenames you're using,
 any departure from straight 8.3 notation, all alphanumeric?

Yes, the filenames are in this format:  sometext.csv.pgp  (the
sometext changes every day, but it's always .csv.pgp at the end).

This process has worked until we upgraded to CF7, and I haven't been
able to find any reference to changes with CF7 that would affect this,
though.

Scott


-- 
-
Scott Brady
http://www.scottbrady.net/

~|
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:213901
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: FTP ListDir not working in 7?

2005-06-30 Thread Scott Brady
Here's a follow-up, in case anyone has any ideas.

I tried putting another file on the server (in this case, a .cfm file,
because putting up a .txt file or a .csv file for some reason causes
CF to throw an error on the ftp page).  Now, when I run our file, CF
can see the .cfm file I put up, but not the .pgp file.

So, does anyone have any idea why CFFTP wouldn't be able to see .pgp files?

Scott

On 6/30/05, Scott Brady wrote:
 We have an automated script that ftps into a company's server to
 regularly get a spreadsheet so we can import new data.
 
 However, since we upgraded to CF7, it's not seeing any files in the
 directory.  I've manually ftp-ed into the server and am able to see
 the file.  This was working fine in 6.1.


-- 
-
Scott Brady
http://www.scottbrady.net/

~|
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:210982
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: FTP in eclipse (was RE: Eclipse, it rocks..)

2004-12-09 Thread Mark Drew
have you tried cfeclipse?
http://cfeclipse.tigris.org

it has a homesite like view that has FTP support

Mark


On Thu, 9 Dec 2004 07:47:02 -0500, Katz, Dov B (IT)
[EMAIL PROTECTED] wrote:
 Anyone know of a good FTP module for eclipse? I'm trying as closely as
 possible to get the same experience as CFStudio4/5 with the FTP tree on
 the left, being able to edit any file on the right (and internally the
 FTP module handles temp file download/upload/location etc)
 
 Thanks
 dbk
 
 -Original Message-
 From: James Holmes [mailto:[EMAIL PROTECTED]
 Sent: Thursday, December 09, 2004 7:06 AM
 To: CF-Talk
 Subject: RE: Eclipse, it rocks..
 
 Does Aqua Datastudio do everything that TOAD does? Toad is pretty
 comprehensive...
 
 -Original Message-
 From: Thomas Chiverton [mailto:[EMAIL PROTECTED]
 Sent: Thursday, 9 December 2004 7:11
 To: CF-Talk
 Subject: Re: Eclipse, it rocks..
 
 On Thursday 09 Dec 2004 10:58 am, Dwayne Cole wrote:
  Now If can find a plugin that lets me manage the datasource including
  creating and modifying tables as well as adding, deleting, and
  updating records, I'll be as happy as a butterfly.
 
 You can use quantum inside Eclipse, but I prefer the stand alone 'Aqua
 Datastudio' - slowly converting the office work to it from Toad !
 
 

~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186784
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: FTP in eclipse (was RE: Eclipse, it rocks..)

2004-12-09 Thread Katz, Dov B (IT)
Do you know how I set this up? 

I have CFEclipse installed, except all I was able to find similar to
HS/CFStudio is the TargetManagement/Site Explorer view, which seems to
be a read-only view of the file system tree.

How can I Set up a remote FTP folder to develop on?

Thanks
-Dov

-Original Message-
From: Mark Drew [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 09, 2004 7:55 AM
To: CF-Talk
Subject: Re: FTP in eclipse (was RE: Eclipse, it rocks..)

have you tried cfeclipse?
http://cfeclipse.tigris.org

it has a homesite like view that has FTP support

Mark


On Thu, 9 Dec 2004 07:47:02 -0500, Katz, Dov B (IT)
[EMAIL PROTECTED] wrote:
 Anyone know of a good FTP module for eclipse? I'm trying as closely as

 possible to get the same experience as CFStudio4/5 with the FTP tree 
 on the left, being able to edit any file on the right (and internally 
 the FTP module handles temp file download/upload/location etc)
 
 Thanks
 dbk
 
 -Original Message-
 From: James Holmes [mailto:[EMAIL PROTECTED]
 Sent: Thursday, December 09, 2004 7:06 AM
 To: CF-Talk
 Subject: RE: Eclipse, it rocks..
 
 Does Aqua Datastudio do everything that TOAD does? Toad is pretty 
 comprehensive...
 
 -Original Message-
 From: Thomas Chiverton [mailto:[EMAIL PROTECTED]
 Sent: Thursday, 9 December 2004 7:11
 To: CF-Talk
 Subject: Re: Eclipse, it rocks..
 
 On Thursday 09 Dec 2004 10:58 am, Dwayne Cole wrote:
  Now If can find a plugin that lets me manage the datasource 
  including creating and modifying tables as well as adding, deleting,

  and updating records, I'll be as happy as a butterfly.
 
 You can use quantum inside Eclipse, but I prefer the stand alone 'Aqua

 Datastudio' - slowly converting the office work to it from Toad !
 
 



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186788
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: FTP in eclipse (was RE: Eclipse, it rocks..)

2004-12-09 Thread Mark Drew
Which Version do you have installed?

Normally this is done by opening Windows - Show View - Other...-
CFML- File Explorer View

once open check out the little triangle to the right of the drop down

Do that or download this movie and check it out
http://www.rohanclan.com/projects/cfeclipse/
SpikeFTP


MD




On Thu, 9 Dec 2004 08:13:30 -0500, Katz, Dov B (IT)
[EMAIL PROTECTED] wrote:
 Do you know how I set this up?
 
 I have CFEclipse installed, except all I was able to find similar to
 HS/CFStudio is the TargetManagement/Site Explorer view, which seems to
 be a read-only view of the file system tree.
 
 How can I Set up a remote FTP folder to develop on?
 
 Thanks
 -Dov
 
 
 
 -Original Message-
 From: Mark Drew [mailto:[EMAIL PROTECTED]
 Sent: Thursday, December 09, 2004 7:55 AM
 To: CF-Talk
 Subject: Re: FTP in eclipse (was RE: Eclipse, it rocks..)
 
 have you tried cfeclipse?
 http://cfeclipse.tigris.org
 
 it has a homesite like view that has FTP support
 
 Mark
 
 On Thu, 9 Dec 2004 07:47:02 -0500, Katz, Dov B (IT)
 [EMAIL PROTECTED] wrote:
  Anyone know of a good FTP module for eclipse? I'm trying as closely as
 
  possible to get the same experience as CFStudio4/5 with the FTP tree
  on the left, being able to edit any file on the right (and internally
  the FTP module handles temp file download/upload/location etc)
 
  Thanks
  dbk
 
  -Original Message-
  From: James Holmes [mailto:[EMAIL PROTECTED]
  Sent: Thursday, December 09, 2004 7:06 AM
  To: CF-Talk
  Subject: RE: Eclipse, it rocks..
 
  Does Aqua Datastudio do everything that TOAD does? Toad is pretty
  comprehensive...
 
  -Original Message-
  From: Thomas Chiverton [mailto:[EMAIL PROTECTED]
  Sent: Thursday, 9 December 2004 7:11
  To: CF-Talk
  Subject: Re: Eclipse, it rocks..
 
  On Thursday 09 Dec 2004 10:58 am, Dwayne Cole wrote:
   Now If can find a plugin that lets me manage the datasource
   including creating and modifying tables as well as adding, deleting,
 
   and updating records, I'll be as happy as a butterfly.
 
  You can use quantum inside Eclipse, but I prefer the stand alone 'Aqua
 
  Datastudio' - slowly converting the office work to it from Toad !
 
 
 
 

~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186791
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: FTP in eclipse (was RE: Eclipse, it rocks..)

2004-12-09 Thread Katz, Dov B (IT)
I have 1.1.17.2 installed  but I don't have File Explorer

All I see are Bookmarks, Browser, Methods, Outline, and Snip
Tree

I can't view mov's here but will check out the movies when I get home.

Any other advice on finding the File Explorer View?

Thanks-
dbk

-Original Message-
From: Mark Drew [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 09, 2004 8:21 AM
To: CF-Talk
Subject: Re: FTP in eclipse (was RE: Eclipse, it rocks..)

Which Version do you have installed?

Normally this is done by opening Windows - Show View - Other...-
CFML- File Explorer View

once open check out the little triangle to the right of the drop down

Do that or download this movie and check it out
http://www.rohanclan.com/projects/cfeclipse/
SpikeFTP


MD




On Thu, 9 Dec 2004 08:13:30 -0500, Katz, Dov B (IT)
[EMAIL PROTECTED] wrote:
 Do you know how I set this up?
 
 I have CFEclipse installed, except all I was able to find similar to 
 HS/CFStudio is the TargetManagement/Site Explorer view, which seems 
 to be a read-only view of the file system tree.
 
 How can I Set up a remote FTP folder to develop on?
 
 Thanks
 -Dov
 
 
 
 -Original Message-
 From: Mark Drew [mailto:[EMAIL PROTECTED]
 Sent: Thursday, December 09, 2004 7:55 AM
 To: CF-Talk
 Subject: Re: FTP in eclipse (was RE: Eclipse, it rocks..)
 
 have you tried cfeclipse?
 http://cfeclipse.tigris.org
 
 it has a homesite like view that has FTP support
 
 Mark
 
 On Thu, 9 Dec 2004 07:47:02 -0500, Katz, Dov B (IT) 
 [EMAIL PROTECTED] wrote:
  Anyone know of a good FTP module for eclipse? I'm trying as closely 
  as
 
  possible to get the same experience as CFStudio4/5 with the FTP tree

  on the left, being able to edit any file on the right (and 
  internally the FTP module handles temp file download/upload/location

  etc)
 
  Thanks
  dbk
 
  -Original Message-
  From: James Holmes [mailto:[EMAIL PROTECTED]
  Sent: Thursday, December 09, 2004 7:06 AM
  To: CF-Talk
  Subject: RE: Eclipse, it rocks..
 
  Does Aqua Datastudio do everything that TOAD does? Toad is pretty 
  comprehensive...
 
  -Original Message-
  From: Thomas Chiverton [mailto:[EMAIL PROTECTED]
  Sent: Thursday, 9 December 2004 7:11
  To: CF-Talk
  Subject: Re: Eclipse, it rocks..
 
  On Thursday 09 Dec 2004 10:58 am, Dwayne Cole wrote:
   Now If can find a plugin that lets me manage the datasource 
   including creating and modifying tables as well as adding, 
   deleting,
 
   and updating records, I'll be as happy as a butterfly.
 
  You can use quantum inside Eclipse, but I prefer the stand alone 
  'Aqua
 
  Datastudio' - slowly converting the office work to it from Toad !
 
 
 
 



~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186797
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: FTP in eclipse (was RE: Eclipse, it rocks..)

2004-12-09 Thread Thorsteinn Jonsson
I finaly found it with Mark's advice...



On Thu, 9 Dec 2004 09:16:31 -0500, Katz, Dov B (IT)
[EMAIL PROTECTED] wrote:
 I have 1.1.17.2 installed  but I don't have File Explorer
 
 All I see are Bookmarks, Browser, Methods, Outline, and Snip
 Tree
 
 I can't view mov's here but will check out the movies when I get home.
 
 Any other advice on finding the File Explorer View?
 
 
 
 Thanks-
 dbk
 
 -Original Message-
 From: Mark Drew [mailto:[EMAIL PROTECTED]
 Sent: Thursday, December 09, 2004 8:21 AM
 To: CF-Talk
 Subject: Re: FTP in eclipse (was RE: Eclipse, it rocks..)
 
 Which Version do you have installed?
 
 Normally this is done by opening Windows - Show View - Other...-
 CFML- File Explorer View
 
 once open check out the little triangle to the right of the drop down
 
 Do that or download this movie and check it out
 http://www.rohanclan.com/projects/cfeclipse/
 SpikeFTP
 
 MD
 
 On Thu, 9 Dec 2004 08:13:30 -0500, Katz, Dov B (IT)
 [EMAIL PROTECTED] wrote:
  Do you know how I set this up?
 
  I have CFEclipse installed, except all I was able to find similar to
  HS/CFStudio is the TargetManagement/Site Explorer view, which seems
  to be a read-only view of the file system tree.
 
  How can I Set up a remote FTP folder to develop on?
 
  Thanks
  -Dov
 
 
 
  -Original Message-
  From: Mark Drew [mailto:[EMAIL PROTECTED]
  Sent: Thursday, December 09, 2004 7:55 AM
  To: CF-Talk
  Subject: Re: FTP in eclipse (was RE: Eclipse, it rocks..)
 
  have you tried cfeclipse?
  http://cfeclipse.tigris.org
 
  it has a homesite like view that has FTP support
 
  Mark
 
  On Thu, 9 Dec 2004 07:47:02 -0500, Katz, Dov B (IT)
  [EMAIL PROTECTED] wrote:
   Anyone know of a good FTP module for eclipse? I'm trying as closely
   as
 
   possible to get the same experience as CFStudio4/5 with the FTP tree
 
   on the left, being able to edit any file on the right (and
   internally the FTP module handles temp file download/upload/location
 
   etc)
  
   Thanks
   dbk
  
   -Original Message-
   From: James Holmes [mailto:[EMAIL PROTECTED]
   Sent: Thursday, December 09, 2004 7:06 AM
   To: CF-Talk
   Subject: RE: Eclipse, it rocks..
  
   Does Aqua Datastudio do everything that TOAD does? Toad is pretty
   comprehensive...
  
   -Original Message-
   From: Thomas Chiverton [mailto:[EMAIL PROTECTED]
   Sent: Thursday, 9 December 2004 7:11
   To: CF-Talk
   Subject: Re: Eclipse, it rocks..
  
   On Thursday 09 Dec 2004 10:58 am, Dwayne Cole wrote:
Now If can find a plugin that lets me manage the datasource
including creating and modifying tables as well as adding,
deleting,
 
and updating records, I'll be as happy as a butterfly.
  
   You can use quantum inside Eclipse, but I prefer the stand alone
   'Aqua
 
   Datastudio' - slowly converting the office work to it from Toad !
  
  
 
 
 
 

~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186806
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: FTP in eclipse (was RE: Eclipse, it rocks..)

2004-12-09 Thread Mark Drew
I think this is a case of getting the latest build (nightly) from spike:
http://www.spike.org.uk/downloads/cfeclipse_latest.zip
or update it using the update manager in eclipse 

help - software update - Find and install 




On Thu, 9 Dec 2004 09:16:31 -0500, Katz, Dov B (IT)
[EMAIL PROTECTED] wrote:
 I have 1.1.17.2 installed  but I don't have File Explorer
 
 All I see are Bookmarks, Browser, Methods, Outline, and Snip
 Tree
 
 I can't view mov's here but will check out the movies when I get home.
 
 Any other advice on finding the File Explorer View?
 
 
 
 Thanks-
 dbk
 
 -Original Message-
 From: Mark Drew [mailto:[EMAIL PROTECTED]
 Sent: Thursday, December 09, 2004 8:21 AM
 To: CF-Talk
 Subject: Re: FTP in eclipse (was RE: Eclipse, it rocks..)
 
 Which Version do you have installed?
 
 Normally this is done by opening Windows - Show View - Other...-
 CFML- File Explorer View
 
 once open check out the little triangle to the right of the drop down
 
 Do that or download this movie and check it out
 http://www.rohanclan.com/projects/cfeclipse/
 SpikeFTP
 
 MD
 
 On Thu, 9 Dec 2004 08:13:30 -0500, Katz, Dov B (IT)
 [EMAIL PROTECTED] wrote:
  Do you know how I set this up?
 
  I have CFEclipse installed, except all I was able to find similar to
  HS/CFStudio is the TargetManagement/Site Explorer view, which seems
  to be a read-only view of the file system tree.
 
  How can I Set up a remote FTP folder to develop on?
 
  Thanks
  -Dov
 
 
 
  -Original Message-
  From: Mark Drew [mailto:[EMAIL PROTECTED]
  Sent: Thursday, December 09, 2004 7:55 AM
  To: CF-Talk
  Subject: Re: FTP in eclipse (was RE: Eclipse, it rocks..)
 
  have you tried cfeclipse?
  http://cfeclipse.tigris.org
 
  it has a homesite like view that has FTP support
 
  Mark
 
  On Thu, 9 Dec 2004 07:47:02 -0500, Katz, Dov B (IT)
  [EMAIL PROTECTED] wrote:
   Anyone know of a good FTP module for eclipse? I'm trying as closely
   as
 
   possible to get the same experience as CFStudio4/5 with the FTP tree
 
   on the left, being able to edit any file on the right (and
   internally the FTP module handles temp file download/upload/location
 
   etc)
  
   Thanks
   dbk
  
   -Original Message-
   From: James Holmes [mailto:[EMAIL PROTECTED]
   Sent: Thursday, December 09, 2004 7:06 AM
   To: CF-Talk
   Subject: RE: Eclipse, it rocks..
  
   Does Aqua Datastudio do everything that TOAD does? Toad is pretty
   comprehensive...
  
   -Original Message-
   From: Thomas Chiverton [mailto:[EMAIL PROTECTED]
   Sent: Thursday, 9 December 2004 7:11
   To: CF-Talk
   Subject: Re: Eclipse, it rocks..
  
   On Thursday 09 Dec 2004 10:58 am, Dwayne Cole wrote:
Now If can find a plugin that lets me manage the datasource
including creating and modifying tables as well as adding,
deleting,
 
and updating records, I'll be as happy as a butterfly.
  
   You can use quantum inside Eclipse, but I prefer the stand alone
   'Aqua
 
   Datastudio' - slowly converting the office work to it from Toad !
  
  
 
 
 
 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186807
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: FTP in eclipse (was RE: Eclipse, it rocks..)

2004-12-09 Thread Rob
http://www.rohanclan.com/projects/cfeclipse/

see SpikeFTP after getting the nightly


On Thu, 9 Dec 2004 09:16:31 -0500, Katz, Dov B (IT)
[EMAIL PROTECTED] wrote:
 I have 1.1.17.2 installed  but I don't have File Explorer
 
 All I see are Bookmarks, Browser, Methods, Outline, and Snip
 Tree
 
 I can't view mov's here but will check out the movies when I get home.
 
 Any other advice on finding the File Explorer View?
 
 
 
 Thanks-
 dbk
 
 -Original Message-
 From: Mark Drew [mailto:[EMAIL PROTECTED]
 Sent: Thursday, December 09, 2004 8:21 AM
 To: CF-Talk
 Subject: Re: FTP in eclipse (was RE: Eclipse, it rocks..)
 
 Which Version do you have installed?
 
 Normally this is done by opening Windows - Show View - Other...-
 CFML- File Explorer View
 
 once open check out the little triangle to the right of the drop down
 
 Do that or download this movie and check it out
 http://www.rohanclan.com/projects/cfeclipse/
 SpikeFTP
 
 MD
 
 On Thu, 9 Dec 2004 08:13:30 -0500, Katz, Dov B (IT)
 [EMAIL PROTECTED] wrote:
  Do you know how I set this up?
 
  I have CFEclipse installed, except all I was able to find similar to
  HS/CFStudio is the TargetManagement/Site Explorer view, which seems
  to be a read-only view of the file system tree.
 
  How can I Set up a remote FTP folder to develop on?
 
  Thanks
  -Dov
 
 
 
  -Original Message-
  From: Mark Drew [mailto:[EMAIL PROTECTED]
  Sent: Thursday, December 09, 2004 7:55 AM
  To: CF-Talk
  Subject: Re: FTP in eclipse (was RE: Eclipse, it rocks..)
 
  have you tried cfeclipse?
  http://cfeclipse.tigris.org
 
  it has a homesite like view that has FTP support
 
  Mark
 
  On Thu, 9 Dec 2004 07:47:02 -0500, Katz, Dov B (IT)
  [EMAIL PROTECTED] wrote:
   Anyone know of a good FTP module for eclipse? I'm trying as closely
   as
 
   possible to get the same experience as CFStudio4/5 with the FTP tree
 
   on the left, being able to edit any file on the right (and
   internally the FTP module handles temp file download/upload/location
 
   etc)
  
   Thanks
   dbk
  
   -Original Message-
   From: James Holmes [mailto:[EMAIL PROTECTED]
   Sent: Thursday, December 09, 2004 7:06 AM
   To: CF-Talk
   Subject: RE: Eclipse, it rocks..
  
   Does Aqua Datastudio do everything that TOAD does? Toad is pretty
   comprehensive...
  
   -Original Message-
   From: Thomas Chiverton [mailto:[EMAIL PROTECTED]
   Sent: Thursday, 9 December 2004 7:11
   To: CF-Talk
   Subject: Re: Eclipse, it rocks..
  
   On Thursday 09 Dec 2004 10:58 am, Dwayne Cole wrote:
Now If can find a plugin that lets me manage the datasource
including creating and modifying tables as well as adding,
deleting,
 
and updating records, I'll be as happy as a butterfly.
  
   You can use quantum inside Eclipse, but I prefer the stand alone
   'Aqua
 
   Datastudio' - slowly converting the office work to it from Toad !
  
  
 
 
 
 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186820
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: FTP client that works like Dreamweaver's site manager?

2004-09-01 Thread Mark Drew
Something like that would rule

I use ant integrated into cfeclipse to write upload scriptsbut that
is another story

MD

On Wed, 1 Sep 2004 09:49:29 -0400, Damien McKenna
[EMAIL PROTECTED] wrote:
 I'm looking for an FTP client that works like Dreamweaver's site
 manager.The idea is that I would simply have a list of my local
 files, be able to click Upload and have it uploaded to the correct
 directory on the site, rather than having to search through the
 directory structure on the server the way that most clients work.Any
 suggestions?I've got a license for WS_FTP 8 but want to verify my
 options before installing it, or something else.Thanks.
 --
 Damien McKenna - Web Developer - [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: FTP client that works like Dreamweaver's site manager?

2004-09-01 Thread Ian Sheridan
you can write upload scripts in eclipse? can you direct me to any
documentation about this?

- Original Message -
From: Mark Drew [EMAIL PROTECTED]
Date: Wed, 1 Sep 2004 15:53:53 +0200
Subject: Re: FTP client that works like Dreamweaver's site manager?
To: CF-Talk [EMAIL PROTECTED]

Something like that would rule

 I use ant integrated into cfeclipse to write upload scriptsbut that
 is another story

 MD

On Wed, 1 Sep 2004 09:49:29 -0400, Damien McKenna
 [EMAIL PROTECTED] wrote:
  I'm looking for an FTP client that works like Dreamweaver's site
  manager.The idea is that I would simply have a list of my local
  files, be able to click Upload and have it uploaded to the correct
  directory on the site, rather than having to search through the
  directory structure on the server the way that most clients work.Any
  suggestions?I've got a license for WS_FTP 8 but want to verify my
  options before installing it, or something else.Thanks.
  --
  Damien McKenna - Web Developer - [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: FTP client that works like Dreamweaver's site manager?

2004-09-01 Thread Pascal Peters
We use total commander. It can synchronize a whole directory structure
(over the network or over ftp)

Pascal

 -Original Message-
 From: Damien McKenna [mailto:[EMAIL PROTECTED]
 Sent: 01 September 2004 15:49
 To: CF-Talk
 Subject: [Spam?] FTP client that works like Dreamweaver's site
manager?
 
 I'm looking for an FTP client that works like Dreamweaver's site
 manager.The idea is that I would simply have a list of my local
 files, be able to click Upload and have it uploaded to the correct
 directory on the site, rather than having to search through the
 directory structure on the server the way that most clients work.Any
 suggestions?I've got a license for WS_FTP 8 but want to verify my
 options before installing it, or something else.Thanks.
 --
 Damien McKenna - Web Developer - [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: FTP client that works like Dreamweaver's site manager?

2004-09-01 Thread Damien McKenna
On Sep 1, 2004, at 9:59 AM, Pascal Peters wrote:
 We use total commander. It can synchronize a whole directory structure
 (over the network or over ftp)

Synchronizing an entire directory structure is dime-a-dozen in 
comparison to being able to do specific files.
-- 
Damien McKenna - Web Developer - [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: FTP client that works like Dreamweaver's site manager?

2004-09-01 Thread Mark Drew
Hi Ian
I use ANT http://ant.apache.org, where you can see the whole
documentation of what you have to do (you might need to add more a
java library for FTP but I am not sure)

The basic process is to add a build.xml to the root of your project
and add the comans in there something along the lines of:

project name=myProj default=ftp basedir=. 
	property name=ftpserver value=ftp.myserver.com /
	property name=ftplogin value=mark /
	property name=ftppass value=wotsit /

	
	target name=ftp
			
			ftp server=${ftpserver} 
remotedir=www/
			 userid=${ftplogin}
			 password=${ftppass}

			 filesetfile=${build}/test.txt/
			/ftp

		/target
	
	target name=complete depends=ftp
		echoFinished/echo
	/target
/project

Then you right click on it and run an ant task it goes off and does it

And can do MANY more things, including sending emails and bulding your
whole Java with javadocs and what not (ok.. eclipse does that anyways)

Hope that helps

Regards

Mark Drew


On Wed, 1 Sep 2004 09:59:13 -0400, Ian Sheridan [EMAIL PROTECTED] wrote:
 you can write upload scripts in eclipse? can you direct me to any
 documentation about this?
 
 
 - Original Message -
 From: Mark Drew [EMAIL PROTECTED]
 Date: Wed, 1 Sep 2004 15:53:53 +0200
 Subject: Re: FTP client that works like Dreamweaver's site manager?
 To: CF-Talk [EMAIL PROTECTED]
 
 Something like that would rule
 
 I use ant integrated into cfeclipse to write upload scriptsbut that
 is another story
 
 MD
 
 On Wed, 1 Sep 2004 09:49:29 -0400, Damien McKenna
 [EMAIL PROTECTED] wrote:
  I'm looking for an FTP client that works like Dreamweaver's site
  manager.The idea is that I would simply have a list of my local
  files, be able to click Upload and have it uploaded to the correct
  directory on the site, rather than having to search through the
  directory structure on the server the way that most clients work.Any
  suggestions?I've got a license for WS_FTP 8 but want to verify my
  options before installing it, or something else.Thanks.
  --
  Damien McKenna - Web Developer - [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: FTP client that works like Dreamweaver's site manager?

2004-09-01 Thread Greg Luce
BeyondCompare also performs very well for this.

Greg
-Original Message-
From: Pascal Peters [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 01, 2004 9:59 AM
To: CF-Talk
Subject: RE: FTP client that works like Dreamweaver's site manager?

We use total commander. It can synchronize a whole directory structure
(over the network or over ftp)

Pascal

 -Original Message-
 From: Damien McKenna [mailto:[EMAIL PROTECTED]
 Sent: 01 September 2004 15:49
 To: CF-Talk
 Subject: [Spam?] FTP client that works like Dreamweaver's site
manager?
 
 I'm looking for an FTP client that works like Dreamweaver's site
 manager.The idea is that I would simply have a list of my local
 files, be able to click Upload and have it uploaded to the correct
 directory on the site, rather than having to search through the
 directory structure on the server the way that most clients work.Any
 suggestions?I've got a license for WS_FTP 8 but want to verify my
 options before installing it, or something else.Thanks.
 --
 Damien McKenna - Web Developer - [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: FTP client that works like Dreamweaver's site manager?

2004-09-01 Thread Pascal Peters
Sorry, didn't read your original post very well

Pascal

 -Original Message-
 From: Damien McKenna [mailto:[EMAIL PROTECTED]
 Sent: 01 September 2004 16:04
 To: CF-Talk
 Subject: [Spam?] Re: FTP client that works like Dreamweaver's site
 manager?
 
 On Sep 1, 2004, at 9:59 AM, Pascal Peters wrote:
  We use total commander. It can synchronize a whole directory
structure
  (over the network or over ftp)
 
 Synchronizing an entire directory structure is dime-a-dozen in
 comparison to being able to do specific files.
 --
 Damien McKenna - Web Developer - [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: FTP client recommendations?

2004-03-04 Thread McCabe, Kev
I use www.smartftp.com http://www.smartftp.comwhich is free for personal
and very good

_
Mr Kev McCabe
Senior ETV Developer,
British Sky Broadcasting
First Floor North East,
West Cross House
Grant Way
Isleworth
Middlesex
TW7 5QD
[EMAIL PROTECTED]
http://www.sky.com http://www.sky.com/ 
tel: +44 (0) 20 7941 5329
fax: +44 (0) 20 7941 5243
_ 

-Original Message-
From: Nando [mailto:[EMAIL PROTECTED] 
Sent: 04 March 2004 07:50
To: CF-Talk
Subject: OT: FTP client recommendations?

Can anyone recommend an FTP client that they are really happy with? I've
been using
CuteFTP 3PointSomething for years and today it dawned on me that there must
be a
better way. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: FTP client recommendations?

2004-03-04 Thread Massimo Foti
I like FTP Voyager, due to its very friendly interface and many handy
features. But I have to say it's not rock-solid as other FTP clients:

http://www.ftpvoyager.com/


Massimo Foti
http://www.massimocorner.com

Co-Author of Dreamweaver MX 2004 Magic:
http://www.dwmagic.com/
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: FTP client recommendations?

2004-03-04 Thread Greg Luce
SecurFX is my favorite straight FTP client, but I get a lot of use out
of BeyondCompare connecting through FTP.

Greg

-Original Message-
From: McCabe, Kev [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 04, 2004 3:32 AM
To: CF-Talk
Subject: RE: FTP client recommendations?

I use www.smartftp.com http://www.smartftp.comwhich is free for
personal and very good

_
Mr Kev McCabe
Senior ETV Developer,
British Sky Broadcasting
First Floor North East,
West Cross House
Grant Way
Isleworth
Middlesex
TW7 5QD
[EMAIL PROTECTED]
http://www.sky.com http://www.sky.com/ 
tel: +44 (0) 20 7941 5329
fax: +44 (0) 20 7941 5243
_ 

-Original Message-
From: Nando [mailto:[EMAIL PROTECTED] 
Sent: 04 March 2004 07:50
To: CF-Talk
Subject: OT: FTP client recommendations?

Can anyone recommend an FTP client that they are really happy with? I've
been using CuteFTP 3PointSomething for years and today it dawned on me
that there must be a better way. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: FTP client recommendations?

2004-03-04 Thread Tangorre, Michael
I'm still a fan of WS_FTP and have used the same version for about 3
years... I guess I don't find myself using anything fancy with FTP so as
long as it does the regular resume and prompt overwrite I am fine. 

It's also free if you pass the three statement questionnaire during install.

Mike

_

From: Greg Luce [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 04, 2004 7:44 AM
To: CF-Talk
Subject: RE: FTP client recommendations?

SecurFX is my favorite straight FTP client, but I get a lot of use out
of BeyondCompare connecting through FTP.

Greg

-Original Message-
From: McCabe, Kev [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 04, 2004 3:32 AM
To: CF-Talk
Subject: RE: FTP client recommendations?

I use www.smartftp.com http://www.smartftp.comwhich is free for
personal and very good

_
Mr Kev McCabe
Senior ETV Developer,
British Sky Broadcasting
First Floor North East,
West Cross House
Grant Way
Isleworth
Middlesex
TW7 5QD
[EMAIL PROTECTED]
http://www.sky.com http://www.sky.com/ 
tel: +44 (0) 20 7941 5329
fax: +44 (0) 20 7941 5243
_ 

-Original Message-
From: Nando [mailto:[EMAIL PROTECTED] 
Sent: 04 March 2004 07:50
To: CF-Talk
Subject: OT: FTP client recommendations?

Can anyone recommend an FTP client that they are really happy with? I've
been using CuteFTP 3PointSomething for years and today it dawned on me
that there must be a better way. 
_

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




RE: FTP client recommendations?

2004-03-04 Thread Jesse Houwing
I've been using FTP Voyager since version 4 and loved it. Tried CuteFTP, 
CrystalFTP, WS_FTP Pro (euwh), FileZilla, but always went back to FTP 
Voyager.

If you need a good free ftp client, go with Filezilla. Free and well built, 
updates often and has a developer who listens to wishes.

Jesse Houwing

-Original Message-
From: Greg Luce [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Date: Thu, 4 Mar 2004 07:44:06 -0500
Subject: RE: FTP client recommendations?

SecurFX is my favorite straight FTP client, but I get a lot of use out
of BeyondCompare connecting through FTP.

Greg

-Original Message-
From: McCabe, Kev [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 04, 2004 3:32 AM
To: CF-Talk
Subject: RE: FTP client recommendations?

I use www.smartftp.com http://www.smartftp.comwhich is free for
personal and very good

_
Mr Kev McCabe
Senior ETV Developer,
British Sky Broadcasting
First Floor North East,
West Cross House
Grant Way
Isleworth
Middlesex
TW7 5QD
[EMAIL PROTECTED]
http://www.sky.com http://www.sky.com/ 
tel: +44 (0) 20 7941 5329
fax: +44 (0) 20 7941 5243
_ 

-Original Message-
From: Nando [mailto:[EMAIL PROTECTED] 
Sent: 04 March 2004 07:50
To: CF-Talk
Subject: OT: FTP client recommendations?

Can anyone recommend an FTP client that they are really happy with? I've
been using CuteFTP 3PointSomething for years and today it dawned on me
that there must be a better way. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: FTP client recommendations?

2004-03-04 Thread Kazmierczak, Kevin
I have had problems with SmartFTP not bringing over all the files I tell
it to.Maybe I had it misconfigured, but I decided to use WS_FTP
instead.

 
Kevin.

 
_

From: McCabe, Kev [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 04, 2004 3:32 AM
To: CF-Talk
Subject: RE: FTP client recommendations?

 
I use www.smartftp.com http://www.smartftp.comwhich is free for
personal
and very good

_
Mr Kev McCabe
Senior ETV Developer,
British Sky Broadcasting
First Floor North East,
West Cross House
Grant Way
Isleworth
Middlesex
TW7 5QD
[EMAIL PROTECTED]
http://www.sky.com http://www.sky.com/ 
tel: +44 (0) 20 7941 5329
fax: +44 (0) 20 7941 5243
_ 

-Original Message-
From: Nando [mailto:[EMAIL PROTECTED] 
Sent: 04 March 2004 07:50
To: CF-Talk
Subject: OT: FTP client recommendations?

Can anyone recommend an FTP client that they are really happy with? I've
been using
CuteFTP 3PointSomething for years and today it dawned on me that there
must
be a
better way. 
_
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: FTP client recommendations?

2004-03-04 Thread Kwang Suh
Second the FileZilla recommendation, if you're looking for free.

-Original Message-
From: Jesse Houwing [mailto:[EMAIL PROTECTED] 
Sent: March 4, 2004 5:57 AM
To: CF-Talk
Subject: RE: FTP client recommendations?

I've been using FTP Voyager since version 4 and loved it. Tried CuteFTP, 
CrystalFTP, WS_FTP Pro (euwh), FileZilla, but always went back to FTP 
Voyager.

If you need a good free ftp client, go with Filezilla. Free and well built, 
updates often and has a developer who listens to wishes.

Jesse Houwing

-Original Message-
From: Greg Luce [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Date: Thu, 4 Mar 2004 07:44:06 -0500
Subject: RE: FTP client recommendations?

SecurFX is my favorite straight FTP client, but I get a lot of use out
of BeyondCompare connecting through FTP.

Greg

-Original Message-
From: McCabe, Kev [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 04, 2004 3:32 AM
To: CF-Talk
Subject: RE: FTP client recommendations?

I use www.smartftp.com http://www.smartftp.comwhich is free for
personal and very good

_
Mr Kev McCabe
Senior ETV Developer,
British Sky Broadcasting
First Floor North East,
West Cross House
Grant Way
Isleworth
Middlesex
TW7 5QD
[EMAIL PROTECTED]
http://www.sky.com http://www.sky.com/ 
tel: +44 (0) 20 7941 5329
fax: +44 (0) 20 7941 5243
_ 

-Original Message-
From: Nando [mailto:[EMAIL PROTECTED] 
Sent: 04 March 2004 07:50
To: CF-Talk
Subject: OT: FTP client recommendations?

Can anyone recommend an FTP client that they are really happy with? I've
been using CuteFTP 3PointSomething for years and today it dawned on me
that there must be a better way. 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: FTP client recommendations?

2004-03-04 Thread Kevin Graeme
 Can anyone recommend an FTP client that they are really happy with? I've
been using
 CuteFTP 3PointSomething for years and today it dawned on me that there
must be a
 better way.

FlashFXP is hands down my favorite for the user-interface. Unfortunately,
while it supports SSL it doesn't do SFTP.

SecureFX is what I'm using now and I think I like it now better than
FileZilla. Very different UI paradigm though. It's basically like Windows
Explorer instead of the left-right panes. AbsoluteFTP is the same as
SecureFX but without the SFTP feature.

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




RE: FTP client recommendations?

2004-03-04 Thread Philip Arnold
 From: Tangorre, Michael
 
 I'm still a fan of WS_FTP and have used the same version for 
 about 3 years... I guess I don't find myself using anything 
 fancy with FTP so as long as it does the regular resume and 
 prompt overwrite I am fine. 
 
 It's also free if you pass the three statement questionnaire 
 during install.

I have a REAL problem with WS FTP - if you select a large number of
files in a folder, that little transferring popup takes focus from
whatever you're doing

So, if you start to download a block of large files, then switch and
start typing, you can hit space on the cancel button by accident as it
pops up and takes focus from what you're working on

Any program which has greedy focus is NOT user friendly in my opinion

I recently got the latest version of CuteFTP - the queue and right click
integration are great, and the re-connect is helpful if you're using
wireless and it blips
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: FTP client recommendations?

2004-03-04 Thread Burns, John
I use CuteFTP too.The option to edit an online file is nice (it
downloads to a temp file and when you save it, it uploads it) and it
does all of the simple tasks that I do.It has some advanced stuff but
I never really use any of them.

John 

-Original Message-
From: Philip Arnold [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 04, 2004 11:46 AM
To: CF-Talk
Subject: RE: FTP client recommendations?

 From: Tangorre, Michael
 
 I'm still a fan of WS_FTP and have used the same version for about 3 
 years... I guess I don't find myself using anything fancy with FTP so 
 as long as it does the regular resume and prompt overwrite I am fine.
 
 It's also free if you pass the three statement questionnaire during 
 install.

I have a REAL problem with WS FTP - if you select a large number of
files in a folder, that little transferring popup takes focus from
whatever you're doing

So, if you start to download a block of large files, then switch and
start typing, you can hit space on the cancel button by accident as it
pops up and takes focus from what you're working on

Any program which has greedy focus is NOT user friendly in my opinion

I recently got the latest version of CuteFTP - the queue and right click
integration are great, and the re-connect is helpful if you're using
wireless and it blips
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: FTP client recommendations?

2004-03-04 Thread Bushy
I like FlashFXP

--Original Message Text---
From: Jesse Houwing
Date: Thu, 04 Mar 2004 13:57:12 +0100

I've been using FTP Voyager since version 4 and loved it. Tried CuteFTP, 
CrystalFTP, WS_FTP Pro (euwh), FileZilla, but always went back to FTP 
Voyager.

If you need a good free ftp client, go with Filezilla. Free and well built, 
updates often and has a developer who listens to wishes.

Jesse Houwing

-Original Message-
From: Greg Luce [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Date: Thu, 4 Mar 2004 07:44:06 -0500
Subject: RE: FTP client recommendations?

SecurFX is my favorite straight FTP client, but I get a lot of use out
of BeyondCompare connecting through FTP.

Greg

-Original Message-
From: McCabe, Kev [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 04, 2004 3:32 AM
To: CF-Talk
Subject: RE: FTP client recommendations?

I use www.smartftp.com http://www.smartftp.comwhich is free for
personal and very good

_
Mr Kev McCabe
Senior ETV Developer,
British Sky Broadcasting
First Floor North East,
West Cross House
Grant Way
Isleworth
Middlesex
TW7 5QD
[EMAIL PROTECTED]
http://www.sky.com http://www.sky.com/ 
tel: +44 (0) 20 7941 5329
fax: +44 (0) 20 7941 5243
_ 

-Original Message-
From: Nando [mailto:[EMAIL PROTECTED] 
Sent: 04 March 2004 07:50
To: CF-Talk
Subject: OT: FTP client recommendations?

Can anyone recommend an FTP client that they are really happy with? I've
been using CuteFTP 3PointSomething for years and today it dawned on me
that there must be a better way. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: FTP client recommendations?

2004-03-04 Thread Nathan Strutz
I've been a huge fan of BPFTP (bullet-proof), http://www.bpftp.com/, but
it's not free ($30), and there's always a good open source free alternative.
Try FileZilla
Homepage:
http://filezilla.sourceforge.net/
Project and download page:
http://sourceforge.net/projects/filezilla/

-nathan strutz
-Original Message-
From: Bushy [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 04, 2004 9:45 AM
To: CF-Talk
Subject: RE: FTP client recommendations?

I like FlashFXP

--Original Message Text---
From: Jesse Houwing
Date: Thu, 04 Mar 2004 13:57:12 +0100

I've been using FTP Voyager since version 4 and loved it. Tried CuteFTP,
CrystalFTP, WS_FTP Pro (euwh), FileZilla, but always went back to FTP
Voyager.

If you need a good free ftp client, go with Filezilla. Free and well
built,
updates often and has a developer who listens to wishes.

Jesse Houwing

-Original Message-
From: Greg Luce [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Date: Thu, 4 Mar 2004 07:44:06 -0500
Subject: RE: FTP client recommendations?

SecurFX is my favorite straight FTP client, but I get a lot of use out
of BeyondCompare connecting through FTP.

Greg

-Original Message-
From: McCabe, Kev [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 04, 2004 3:32 AM
To: CF-Talk
Subject: RE: FTP client recommendations?

I use www.smartftp.com http://www.smartftp.comwhich is free for
personal and very good

_
Mr Kev McCabe
Senior ETV Developer,
British Sky Broadcasting
First Floor North East,
West Cross House
Grant Way
Isleworth
Middlesex
TW7 5QD
[EMAIL PROTECTED]
http://www.sky.com http://www.sky.com/
tel: +44 (0) 20 7941 5329
fax: +44 (0) 20 7941 5243
_

-Original Message-
From: Nando [mailto:[EMAIL PROTECTED]
Sent: 04 March 2004 07:50
To: CF-Talk
Subject: OT: FTP client recommendations?

Can anyone recommend an FTP client that they are really happy with? I've
been using CuteFTP 3PointSomething for years and today it dawned on me
that there must be a better way.
 _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: FTP client recommendations?

2004-03-04 Thread Jim McAtee
- Original Message - 
From: Nando [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, March 04, 2004 12:50 AM
Subject: OT: FTP client recommendations?

 Can anyone recommend an FTP client that they are really happy with? I've
 been using CuteFTP 3PointSomething for years and today it dawned on me
 that there must be a better way.

VanDyke Software's Absolute FTP.Love it.

http://www.vandyke.com/products/absoluteftp/
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: FTP client recommendations?

2004-03-04 Thread Barney Boisvert
SecureFX, also from VanDyke.My client of choice before I started using
rsync almost exclusively.

http://www.vandyke.com/products/securefx/index.html 

Cheers,
barneyb

 -Original Message-
 From: Jim McAtee [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, March 04, 2004 10:40 AM
 To: CF-Talk
 Subject: Re: FTP client recommendations?
 
 - Original Message - 
 From: Nando [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Thursday, March 04, 2004 12:50 AM
 Subject: OT: FTP client recommendations?
 
 
  Can anyone recommend an FTP client that they are really 
 happy with? I've
  been using CuteFTP 3PointSomething for years and today it 
 dawned on me
  that there must be a better way.
 
 
 VanDyke Software's Absolute FTP.Love it.
 
 http://www.vandyke.com/products/absoluteftp/
 

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




Re: FTP client recommendations?

2004-03-04 Thread Butch Zaccheo
Bullet Proof FTP

On 3/4/04 10:40 AM, Jim McAtee [EMAIL PROTECTED] wrote:

 - Original Message -
 From: Nando [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Thursday, March 04, 2004 12:50 AM
 Subject: OT: FTP client recommendations?
 
  Can anyone recommend an FTP client that they are really happy with? I've
  been using CuteFTP 3PointSomething for years and today it dawned on me
  that there must be a better way.
 
 VanDyke Software's Absolute FTP.Love it.
 
 http://www.vandyke.com/products/absoluteftp/
 

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




RE: FTP client recommendations?

2004-03-04 Thread r-t krempetz
May also want to consider FLASH FXP 

http://www.flashfxp.com/

rt

_

From: Butch Zaccheo [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 04, 2004 1:19 PM
To: CF-Talk
Subject: Re: FTP client recommendations?

Bullet Proof FTP

On 3/4/04 10:40 AM, Jim McAtee [EMAIL PROTECTED] wrote:

 - Original Message -
 From: Nando [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Thursday, March 04, 2004 12:50 AM
 Subject: OT: FTP client recommendations?
 
  Can anyone recommend an FTP client that they are really happy with?
I've
  been using CuteFTP 3PointSomething for years and today it dawned on me
  that there must be a better way.
 
 VanDyke Software's Absolute FTP.Love it.
 
 http://www.vandyke.com/products/absoluteftp/
 


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




RE: FTP client recommendations?

2004-03-04 Thread Rob
 Can anyone recommend an FTP client that they are really happy with?
 I've
 been using CuteFTP 3PointSomething for years and today it dawned on me
 that there must be a better way.

I take it you're using windows... can't you just use explorer (file
explorer not iexplore btw) and type ftp://ftp.server.com in the address
bar? I think you can even drag and drop files that way.

-- 
Rob [EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: FTP client recommendations?

2004-03-04 Thread jeff
Total Commander -- industrial-strength file management, too.

http://www.ghisler.com

On 4 Mar 2004 at 13:54, r-t krempetz wrote:

 May also want to consider FLASH FXP 
 

 
 http://www.flashfxp.com/
 

 
 rt
 

 
_
 
 From: Butch Zaccheo [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, March 04, 2004 1:19 PM
 To: CF-Talk
 Subject: Re: FTP client recommendations?
 

 
 Bullet Proof FTP
 
 On 3/4/04 10:40 AM, Jim McAtee [EMAIL PROTECTED] wrote:
 
  - Original Message -
  From: Nando [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Thursday, March 04, 2004 12:50 AM
  Subject: OT: FTP client recommendations?
  
   Can anyone recommend an FTP client that they are really happy with?
 I've
   been using CuteFTP 3PointSomething for years and today it dawned on me
   that there must be a better way.
  
  VanDyke Software's Absolute FTP.Love it.
  
  http://www.vandyke.com/products/absoluteftp/
  
 
 
_
 
 
 

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




Re: FTP client recommendations?

2004-03-04 Thread Hugo Ahlenius
|| Can anyone recommend an FTP client that they are really happy with?
|| I've
|| been using CuteFTP 3PointSomething for years and today it dawned on
|| me that there must be a better way.
|
| I take it you're using windows... can't you just use explorer (file
| explorer not iexplore btw) and type ftp://ftp.server.com in the
| address bar? I think you can even drag and drop files that way.

That's like the worst solution... I am using CuteFTP Pro (never tried
non-pro), which is the best I have tried so far, but not perfect. I'm
waiting for FileZilla to catch up!

My dream ftp-client would have:
* norton commander keys/layout
* you'd be able to walk the tree in parallell in local/remote pane (you
click a directory on the remote server, and you'd enter the same locally)
* loads of fancy queue management features, priorities, throttling etc
* FXP
* loads of hotkeys
* fancy client/server synching
* support for other protocols (like http/samba)
* cut and paste a path to go to that dir (hate that you can't do that in
CuteFTP Pro)
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: FTP client recommendations?

2004-03-04 Thread peter . tilbrook
I've been using CuteFTP from Globalscape (www.cuteftp.com) since version
2.0 and it is getting better and better.

Peter Tilbrook
Transitional Services - Enterprise eSolutions
Centrelink (http://www.centrelink.gov.au)
2 Faulding Street
Symonston ACT 2609

Tel: (02) 62115927



Important:This e-mail is intended for the use of the addressee and may contain information that is confidential, commercially valuable or subject to legal or parliamentary privilege.If you are not the intended recipient you are notified that any review, re-transmission, disclosure, use or dissemination of this communication is strictly prohibited by several Commonwealth Acts of Parliament.If you have received this communication in error please notify the sender immediately and delete all copies of this transmission together with any attachments.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: FTP client recommendations?

2004-03-04 Thread Nando
Many thanks to everyone who replied! I'm busy checking them all out.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: FTP client recommendations?

2004-03-04 Thread Brendan Avery
For synching of large site projects I use a REALLY cool program called
SynchronEX.Much more reliable than any other Sync feature I've ever
used and the reporting and interface is very programmer-friendly.

http://www.xellsoft.com/SynchronEX.html

--B RENDAN a very
-Original Message-
From: Nando [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 04, 2004 5:35 PM
To: CF-Talk
Subject: RE: FTP client recommendations?

Many thanks to everyone who replied! I'm busy checking them all out.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




  1   2   >