Freelancers Forum Messages on Sunday May 23rd 2004
Re: FN-FORUM: Making it pay..
date posted 23rd May 2004 21:06
On Sun, May 23, 2004 at 07:23:06PM -0000, Sam Morgan wrote:
> My solution is to move out of the UK, I will be moving to Sardinia in Italy
Blimey, bit of a change from the UK :) Don't know much about...
RE: FN-FORUM: Making it pay..
date posted 23rd May 2004 20:00
My solution is to move out of the UK, I will be moving to Sardinia in =
Italy
some time in July which means I no longer pay the huge rents of London =
which
will save me almost =A3600 a month, I'll ge...
Re: FN-FORUM: Getting CSS from a DB
date posted 23rd May 2004 19:46
Thanks Dave and Dai, your code was reassuringly similar to mine!
Although, I think Charles' code was... perfect! So thanks very much,
think I am going to have to use that. It also looks very flexibl...
Re: FN-FORUM: Hidden counter visible when needed.?
date posted 23rd May 2004 19:29
How about something like this:
Then, t...
Re: FN-FORUM: Hidden counter visible when needed.?
date posted 23rd May 2004 19:29
http://www.thecounter.com/
On 23 May 2004, at 19:18, Simon Jones wrote:
>
> Has anyone ever made a website counter that is invisible but can be
> viewed
> when needed by the company.?
> If so could...
RE: FN-FORUM: Hidden counter visible when needed.?
date posted 23rd May 2004 19:27
How about using some standard PHP code to do a hitcount, then just display
the count as an HTML comment e.g.:
Then it isn't visible on the page, and you can view it with a quick "view
source" comma...
Re: FN-FORUM: Hidden counter visible when needed.?
date posted 23rd May 2004 19:15
So if I make a php counter for a site that I have done, could make that
counter invisible as I know how to do but I need it to be viewed when
needed. Web logs are fine but is there a way I could just...
Re: FN-FORUM: Hidden counter visible when needed.?
date posted 23rd May 2004 19:12
www.customcount.co.uk/
(you will need the "enhanced" version to make an invisible counter)
----- Original Message -----=20
From: "Simon Jones" [EMAIL REMOVED]
Subject: FN-FORUM: Hidden counter visi...
Re: FN-FORUM: Hidden counter visible when needed.?
date posted 23rd May 2004 19:08
At 19:18 on Sunday, 23 May 2004, Simon Jones wrote:
>
> Has anyone ever made a website counter that is invisible but can be
> viewed
> when needed by the company.?
> If so could you point me in the...
RE: FN-FORUM: Hidden counter visible when needed.?
date posted 23rd May 2004 19:06
There's loads of them out there - if you just type invisible counter into
Google and do a search you'll get loads of hits, e.g.
http://www.statcounter.com
-----Original Message-----
From: [EMAIL R...
FN-FORUM: Hidden counter visible when needed.?
date posted 23rd May 2004 18:56
Has anyone ever made a website counter that is invisible but can be viewed
when needed by the company.?
If so could you point me in the right direction.
Si
www.ninjadesigns.co.uk
[EMAIL REMOVED]...
RE: FN-FORUM: Getting CSS from a DB
date posted 23rd May 2004 18:53
I guess you are after something like this (note the database calls are using
the EzSQL class from php.justinvincent.com but should be easy enough to
convert to standard PHP):...
Re: FN-FORUM: Getting CSS from a DB
date posted 23rd May 2004 18:44
I have done it! I'm sorry to have wasted all your time!
(Not sure how an embarrassed smiley is supposed to be done in ascii)
Jason Bell wrote:
> Oh come on where's your spirit of adventure? You have...
Re: FN-FORUM: Getting CSS from a DB
date posted 23rd May 2004 18:43
> Grzegorz BRZESKI wrote:
> > Why do you want to store it in a db ? Isn't it easier to store it in
files
> > and just load the appropriate ones ?
> Because this way, it is easier for people with littl...
RE: FN-FORUM: Getting CSS from a DB
date posted 23rd May 2004 18:42
I think you are making it over complicated by loading into an array
first (unless I am missing something). Just do your query with ORDER BY
class,attribute then output directly. Record the last clas...
Re: FN-FORUM: Making it pay..
date posted 23rd May 2004 18:41
On Sun, May 23, 2004 at 05:41:42PM -0000, Tony Crockford wrote:
> the easy way to increase your income is to add "plus travel time" to that
> daily rate and agree a monthly support rate that covers...
Re: FN-FORUM: Getting CSS from a DB
date posted 23rd May 2004 18:40
Here you go:...
Re: Web Tools was: Re: FN-FORUM: Coral for webdesign
date posted 23rd May 2004 18:25
Tools I use (when I'm doing web work):
vim for all the editing/coding/etc
PhotoShop for image manipulation or Gimp when I feel like a bigger challenge
:)
ncftp for FTPing
And that's about it..
Supp...
Re: FN-FORUM: Getting CSS from a DB
date posted 23rd May 2004 18:25
Grzegorz BRZESKI wrote:
> Why do you want to store it in a db ? Isn't it easier to store it in files
> and just load the appropriate ones ?
Because this way, it is easier for people with little / no...
Re: FN-FORUM: Getting CSS from a DB
date posted 23rd May 2004 18:23
At 18:31 on Sunday, 23 May 2004, Joe Freeman wrote:
> Does that help... at all?
>
> Thank you for trying to understand me!
>
> Joe.
>
I'm trying to work out what you're doing with the CSS at the end...
Re: FN-FORUM: Getting CSS from a DB
date posted 23rd May 2004 18:23
> Sounds a bit too java-like for a PHP developer... ;)
Oh come on where's your spirit of adventure? You have regular expressions
in PHP, I know I used them for 3 years.
Look at the ereg(String patt...
Re: FN-FORUM: Making it pay..
date posted 23rd May 2004 18:19
At 18:25 on Sunday, 23 May 2004, Aaron Brailsford wrote:
>
> On Sun, May 23, 2004 at 04:51:18PM -0000, Tony Crockford wrote:
>> http://www.sitepoint.com/print/design-firms-think-big
>
> Ahh, another...
Re: FN-FORUM: Getting CSS from a DB
date posted 23rd May 2004 18:15
Jason Bell wrote:
> I've actully been working on the same thing for something I am working on.
> As I'm using Java Taglibs once everything is cached it's easier for me to
> create the pages on the fl...
Re: FN-FORUM: Getting CSS from a DB
date posted 23rd May 2004 18:14
> I want to store css info in a db, but then I want to be able to
> construct a css file from it. So, for example, if I had the following
> data in my db: (notice that they are not necessarily in orde...
Re: Web Tools was: Re: FN-FORUM: Coral for webdesign
date posted 23rd May 2004 18:11
Tools to do my job.
Jedit (for JSP coding)
Eclipse (for Java coding)
Ant (handy build stuff)
For graphics I use GIMP, it rocks.
For HTML I tend to hand craft everything in Jedit.
For testing I've go...
Re: FN-FORUM: Getting CSS from a DB
date posted 23rd May 2004 18:09
Tony Crockford wrote:
> What dictates the style declaration?
Sorry, you are using too long words for me to understand! I think this
'using correct grammar' thing is getting out of hand! :)
Tony Croc...
Re: FN-FORUM: Making it pay..
date posted 23rd May 2004 18:07
On Sun, May 23, 2004 at 05:22:36PM -0000, Tony Jones wrote:
> Having spent the day in the garden reading, chatting and drinking gin ;)
> ..... I feel in the mood to post.
I'd go sit in mine.. but I'm...
Re: FN-FORUM: Getting CSS from a DB
date posted 23rd May 2004 18:06
I've actully been working on the same thing for something I am working on.
As I'm using Java Taglibs once everything is cached it's easier for me to
create the pages on the fly than save to a file (pl...
Re: FN-FORUM: Making it pay..
date posted 23rd May 2004 18:03
On Sun, May 23, 2004 at 04:51:18PM -0000, Tony Crockford wrote:
> http://www.sitepoint.com/print/design-firms-think-big
Ahh, another of your excellent links Tony ;) Really must find your post from
a...
Re: Web Tools was: Re: FN-FORUM: Coral for webdesign
date posted 23rd May 2004 18:01
At 18:20 on Sunday, 23 May 2004, Aaron Brailsford wrote:
>
> On Sun, May 23, 2004 at 05:12:46PM -0000, Tony Crockford wrote:
>> http://www.abbiecomp.co.uk/info/ab504.asp?prod=AB504
>
> Nice :) Actual...
RE: FN-FORUM: Making it pay..
date posted 23rd May 2004 18:00
At 17:43 on Sunday, 23 May 2004, Aaron Brailsford wrote:
> > So how do you guys make it pay? Work all hours (probably!), charge
> > more?
> > Or
> > do you not need to spend much time chasing work/...
Re: FN-FORUM: Getting CSS from a DB
date posted 23rd May 2004 17:59
At 18:10 on Sunday, 23 May 2004, Joe Freeman wrote:
>
> Tony Crockford wrote:
>> is all the CSS variable? or just some of it?
> It is all variable.
>
> Tony Crockford wrote:
>> I'd be inclined to ha...
Re: Web Tools was: Re: FN-FORUM: Coral for webdesign
date posted 23rd May 2004 17:58
On Sun, May 23, 2004 at 05:12:46PM -0000, Tony Crockford wrote:
> http://www.abbiecomp.co.uk/info/ab504.asp?prod=AB504
Nice :) Actually, I wouldn't mind one of these:
http://www.go-l.com/monitors/gr...
Re: Web Tools was: Re: FN-FORUM: Coral for webdesign
date posted 23rd May 2004 17:50
At 18:02 on Sunday, 23 May 2004, Aaron Brailsford wrote:
>
> On Sun, May 23, 2004 at 04:42:58PM -0000, Tony Crockford wrote:
>> http://www.boldfish.co.uk/desk.jpg
>
> Nice desk :) Just tidied mine up...
Re: FN-FORUM: sql server problem
date posted 23rd May 2004 17:49
I have tried logging in to import but it doesn't come up with any databases.
I have tried with only indexes ticked under options but it still fails.
Pam
----- Original Message -----
From: "Andy M...
Re: FN-FORUM: Getting CSS from a DB
date posted 23rd May 2004 17:48
Tony Crockford wrote:
> is all the CSS variable? or just some of it?
It is all variable.
Tony Crockford wrote:
> I'd be inclined to have an attribute table and a class table and a
> value table an...
Re: Web Tools was: Re: FN-FORUM: Coral for webdesign
date posted 23rd May 2004 17:47
At 17:31 on Sunday, 23 May 2004, Business A2Z wrote:
>
> nice setup Tony ;)
>
> well I guess what I am really looking at is something other than
> optimising
> images and manipulating them, this pa...
Re: FN-FORUM: Wndows Media player problem
date posted 23rd May 2004 17:45
Thanks Tony, i will give them a go.
Bee...
Re: FN-FORUM: Getting CSS from a DB
date posted 23rd May 2004 17:40
At 17:51 on Sunday, 23 May 2004, Joe Freeman wrote:
>
> Hi,
>
> How about this for a challenge...
> (well, probably not for all you lot! :))
>
> I want to store css info in a db, but then I want to b...
Re: Web Tools was: Re: FN-FORUM: Coral for webdesign
date posted 23rd May 2004 17:40
On Sun, May 23, 2004 at 04:42:58PM -0000, Tony Crockford wrote:
> http://www.boldfish.co.uk/desk.jpg
Nice desk :) Just tidied mine up a bit (got rid of the old McDonalds.. ahem
:));
http://www.minds...
FN-FORUM: Getting CSS from a DB
date posted 23rd May 2004 17:29
Hi,
How about this for a challenge...
(well, probably not for all you lot! :))
I want to store css info in a db, but then I want to be able to
construct a css file from it. So, for example, if I ha...
Re: FN-FORUM: Making it pay..
date posted 23rd May 2004 17:28
At 17:43 on Sunday, 23 May 2004, Aaron Brailsford wrote:
> So how do you guys make it pay? Work all hours (probably!), charge more?
> Or
> do you not need to spend much time chasing work/calling
>...
RE: FN-FORUM: sql server problem
date posted 23rd May 2004 17:24
SGksDQogIGlmIGl0J3MgYW55IGhlbHAsIHRyeSB0byBpbXBvcnQgaW50byByYXRoZXIgdGhhbiBl
eHBvcnQgdG8gLSBpdCBzb21ldGltZXMgaGVscHMgd2hpY2ggREIgaXMgYmVpbmcgdGhlIGRyaXZl
ci4gDQogDQpBbHNvLCBpbiBlbnRlcnByaXNlIG1hbmdlci...
Re: FN-FORUM: Wndows Media player problem
date posted 23rd May 2004 17:22
At 17:35 on Sunday, 23 May 2004, wrote:
>
> Windows XP
> Version 9
> Error: Cannot copy files to recordable disk. (even though it does)
try some of these possible solutions:
http://support.microso...
FN-FORUM: Making it pay..
date posted 23rd May 2004 17:21
Just sat here working again (as it seems a few of you are, so at least I'm
not alone :)) and pondering something..
How many 'chargeable' days a week do you guys work? Maybe sounds like a
strange ques...
Re: Web Tools was: Re: FN-FORUM: Coral for webdesign
date posted 23rd May 2004 17:20
At 17:36 on Sunday, 23 May 2004, Aaron Brailsford wrote:
>
> On Sun, May 23, 2004 at 04:30:09PM -0000, Tony Crockford wrote:
>> and it's easy enough to do. 1 dual head AGP and 1 PCI card are all I'm...
Re: Web Tools was: Re: FN-FORUM: Coral for webdesign
date posted 23rd May 2004 17:14
On Sun, May 23, 2004 at 04:30:09PM -0000, Tony Crockford wrote:
> and it's easy enough to do. 1 dual head AGP and 1 PCI card are all I'm
> using.
Still gotta have a desk the size of my living room...
RE: FN-FORUM: was Coral for webdesign now template output creation
date posted 23rd May 2004 17:13
Hi Tony
>At 16:57 on Sunday, 23 May 2004, Business A2Z wrote:
>
>> Creating html templates based on a specific design layout can be
>> achieved in
>> many ways other than writing top down code, so...
Re: FN-FORUM: Wndows Media player problem
date posted 23rd May 2004 17:13
Windows XP
Version 9
Error: Cannot copy files to recordable disk. (even though it does)...
Re: FN-FORUM: easynet without smtp
date posted 23rd May 2004 17:11
Business A2Z [EMAIL REMOVED] wrote:
> does anyone use easynet without smtp if so what are you using as your s=
mtp
> solution. I was thinking of postcast and after install it is just too =
hungry
>...
RE: Web Tools was: Re: FN-FORUM: Coral for webdesign
date posted 23rd May 2004 17:09
nice setup Tony ;)
well I guess what I am really looking at is something other than optimising
images and manipulating them, this particular solution involves a page template
800x600 continully being...
Re: Web Tools was: Re: FN-FORUM: Coral for webdesign
date posted 23rd May 2004 17:07
At 17:21 on Sunday, 23 May 2004, Cameron Leask wrote:
>
>
>> triple LCD screens
>
> o
> =8-0
>
> Wow. Nice. ;>
sure is.
3*1024x768
email/browser on the left, coding on the middle and preview in...
Re: Web Tools was: Re: FN-FORUM: Coral for webdesign
date posted 23rd May 2004 17:06
On Sun, May 23, 2004 at 04:21:48PM -0000, Cameron Leask wrote:
> > triple LCD screens
> Wow. Nice. ;>
And one of those is just for his bookmars list ;) :)...
XaraX - was: Web Tools was: Re: FN-FORUM: Coral for webdesign
date posted 23rd May 2004 17:03
XaraX - yeah! Don't know if you're aware of it or not, but they've just
released an upgrade - XaraX1 - it's the dogs dangly bits :-) There's not
huge amounts of new facilities on there...
Re: FN-FORUM: Wndows Media player problem
date posted 23rd May 2004 17:01
At 17:19 on Sunday, 23 May 2004, Tony Crockford wrote:
> help us to help you by giving more clues..
> version of windows?
> CD drive type
> what does the error say?
despite my not reading the subj...
FN-FORUM: sql server problem
date posted 23rd May 2004 17:00
Hi,
I am trying to copy a database to from my PC to the live database using
enterprise manager. It has a primary key with an identity seed. When I
export using object and data it fails with
serv...
RE: Web Tools was: Re: FN-FORUM: Coral for webdesign
date posted 23rd May 2004 16:59
> triple LCD screens
o
=8-0
Wow. Nice. ;>
;>...
Re: FN-FORUM: was Coral for webdesign now template output creation
date posted 23rd May 2004 16:57
Oh, no idea it did that these days, but then I'm not a designer.
I've always found programs that try to code for you very frustrating - it
always seems quicker and easier to do it by hand.
I do begi...
Re: FN-FORUM: Wndows Media player problem
date posted 23rd May 2004 16:57
At 17:06 on Sunday, 23 May 2004, wrote:
>
> When burning music to a CD has finished an unknown error appears and i
> cannot eject the cd from the drive. I have to restart the computer in
> order...
Re: FN-FORUM: was Coral for webdesign now template output creation
date posted 23rd May 2004 16:55
At 16:57 on Sunday, 23 May 2004, Business A2Z wrote:
> Creating html templates based on a specific design layout can be
> achieved in
> many ways other than writing top down code, so do any of you...
Re: FN-FORUM: Wndows Media player problem
date posted 23rd May 2004 16:43
When burning music to a CD has finished an unknown error appears and i cannot eject the cd from the drive. I have to restart the computer in order to get the CD. The music is all on the CD and it work...
Web Tools was: Re: FN-FORUM: Coral for webdesign
date posted 23rd May 2004 16:43
At 15:06 on Sunday, 23 May 2004, Business A2Z wrote:
>
> I threw in the as 'opposed to frontpage' to make it sound acceptable and
> to
> gauge opinion I'd be surprised tooif anyone comes back with...
FN-FORUM: was Coral for webdesign now template output creation
date posted 23rd May 2004 16:35
I wont presume you are taking the piss Kathy...
CorelDraw - has a publish as web feature which creates absolute positioning
using css I have a designer who uses this and wants me to use the output a...
Re: FN-FORUM: Coral for webdesign
date posted 23rd May 2004 16:20
I didn't know they did a webdesign product. What is it?
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Kathy
http://www.vendetta.co.uk
+44(0)7005 982 261
DNRC Minister f...
RE: FN-FORUM: easynet without smtp
date posted 23rd May 2004 15:45
Thanks Charles
It's the 2MB RADSL business pack we are about to drop in. I'll hold fire and
see who else can provide a line in.
Andrew
>-----Original Message-----
>From: [EMAIL REMOVED] [EMAIL REM...
Re: FN-FORUM: Just how much experience...[ot]
date posted 23rd May 2004 15:36
> the other) and am amused by your continued probing.
upps.. sorry.
--
Gregory BRZESKI...
Re: FN-FORUM: easynet without smtp
date posted 23rd May 2004 15:26
Business A2Z wrote:
> does anyone use easynet without smtp if so what are you using as your smtp
> solution. I was thinking of postcast and after install it is just too hungry
> for resources and thi...
RE: FN-FORUM: Coral for webdesign
date posted 23rd May 2004 14:44
I threw in the as 'opposed to frontpage' to make it sound acceptable and to
gauge opinion I'd be surprised tooif anyone comes back with 'i use nothing else'
:)
So, PS still rocks the world of web des...
Re: FN-FORUM: Coral for webdesign
date posted 23rd May 2004 14:21
Business A2Z wrote:
> nice one Kathy, I of course refer to Corel :)
>
> Andrew
>>> As a matter of interest does anyone use Coral for webdesign as
>>> opposed to frontpage
I would be surprised if t...
Re: FN-FORUM: Just how much experience...[ot]
date posted 23rd May 2004 14:19
Grzegorz BRZESKI wrote:
> But what would you do if you were in their shoes ?
>
> --
> Gregory BRZESKI
I wasn't criticising, I was just (and a while ago now) helping out the
original poster, who w...
RE: FN-FORUM: Coral for webdesign
date posted 23rd May 2004 14:13
nice one Kathy, I of course refer to Corel :)
Andrew
>-----Original Message-----
>From: [EMAIL REMOVED] [EMAIL REMOVED] Behalf Of Lists
>Sent: 23 May 2004 14:03
>To: FN-FORUM / [EMAIL REMOVED]
>Subj...
RE: FN-FORUM: easynet without smtp
date posted 23rd May 2004 14:12
as far as I am aware easynet are charging altogether approx 600+vat for smtp
service not server even if it was a smtp (mail server it is still on their setup
so no different to anyone elses standard s...
Re: FN-FORUM: Coral for webdesign
date posted 23rd May 2004 13:41
Coral??????? Never heard of it.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Kathy
http://www.vendetta.co.uk
+44(0)7005 982 261
DNRC Minister for Useful but Irritating...
Re: FN-FORUM: Just how much experience...[ot]
date posted 23rd May 2004 13:40
> there's no real reason to have declined someone, "You've not got enough
> experience" seems an inoffensive reason. It's better than "You were a
> scruffy bastard", or "You stank."
True.
But wh...
Re: FN-FORUM: easynet without smtp
date posted 23rd May 2004 13:38
> does anyone use easynet without smtp if so what are you using as your smtp
> solution. I was thinking of postcast and after install it is just too
hungry
> for resources and this is on a dual proce...
Re: FN-FORUM: Scripting FTP
date posted 23rd May 2004 13:37
two solutions:
1. get ncFTP (there is a windows version on their site)
2. get cygwin and write the script in bash :-)
--
Gregory BRZESKI
----- Original Message -----
From: "Cameron Leask" [EMAIL...
RE: FN-FORUM: Scripting FTP
date posted 23rd May 2004 13:05
> Ahh see you never said that ;)
Man of mystery, me ;>
I've just knocked something up with pyrobatchFTP and it works a dream so I
think we'll just go with it.
:>...
Re: FN-FORUM: Scripting FTP
date posted 23rd May 2004 12:47
On Sun, May 23, 2004 at 11:30:50AM -0000, Cameron Leask wrote:
> The files are XML files filled with order information so we can't risk
> deleting files that haven't been processed.
Ahh see you never...
RE: FN-FORUM: Scripting FTP
date posted 23rd May 2004 12:08
> > What I need is a way of *moving* files across - ie copy the
> file then
> > delete on the remote server.
>
> What are you *actually* trying to do?
On a scheduled basis, move any files that mig...
FN-FORUM: Coral for webdesign
date posted 23rd May 2004 12:04
As a matter of interest does anyone use Coral for webdesign as opposed to
frontpage...
Re: FN-FORUM: Scripting FTP
date posted 23rd May 2004 11:17
On Sunday 23 May 2004 1:26 am, Cameron Leask wrote:
> That's the easy bit ;>
>
> What I need is a way of *moving* files across - ie copy the file then
> delete on the remote server.
What are you *act...
FN-FORUM: [OT] Leaving...
date posted 23rd May 2004 10:52
Folks of the Newcastle area (or anyone else).
Going off on my new jaunt bank holiday Monday and cordially invite you
all to the Pacific Bar Caf=E9 for several beers a week today (Sunday 30
May). Tim...
FN-FORUM: easynet without smtp
date posted 23rd May 2004 10:16
does anyone use easynet without smtp if so what are you using as your smtp
solution. I was thinking of postcast and after install it is just too hungry
for resources and this is on a dual processor!...
Re: FN-FORUM: Just how much experience...[ot]
date posted 23rd May 2004 10:08
Grzegorz BRZESKI wrote:
>>stops them having to justify the real reason they've employed the
>>chairman's son/a teenager in papua new guinea who'll do it for £10/the
>
>
> What's wrong with that ?...
=?iso-8859-1?Q?Re:_Re:_FN-FORUM:_Google_Adwords_free_=A350_cost_me_almo?= =?iso-8859-1?Q?st_=A31500!!_:=28?=
date posted 23rd May 2004 09:58
>Is it now done monthly?
Nope it's daily but Google generally doesn't stick exactly to
your daily budget but extrapolates it over a month and sticks to that.
Soooo, sometimes you'll go over it some...
Re: FN-FORUM: Scripting FTP
date posted 23rd May 2004 09:57
Cameron Leask wrote:
> Third party utils here I come, I think...
In that case, I recommend REBOL.
http://www.rebol.com/
And a suitable script...
http://www.rebol.net/cookbook/recipes/0031.html
H...
Re: FN-FORUM: W32.Sober.G
date posted 23rd May 2004 08:37
no, i'm on bt
Best Regards
D Thomas
http://www.thomas-design.co.uk
[EMAIL REMOVED]
t - 0870 162 0723
----- Original Message -----
From: "Luke Perman" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Sa...
RE: FN-FORUM: Scripting FTP
date posted 23rd May 2004 02:06
> GET
> DEL
Also too easy ;>
I need to ensure that I get each file that gets created on the remote server
transferred across.
As far as I can see (and hence my question) I could do some kind of "ge...
Re: FN-FORUM: Just how much experience...[ot]
date posted 23rd May 2004 01:28
> stops them having to justify the real reason they've employed the
> chairman's son/a teenager in papua new guinea who'll do it for £10/the
What's wrong with that ? They are spending their own mone...
Re: FN-FORUM: Scripting FTP
date posted 23rd May 2004 01:20
> > ftp -s:
>
> That's the easy bit ;>
>
> What I need is a way of *moving* files across - ie copy the file then
delete
> on the remote server.
GET
DEL
?
--
Gregory BRZESKI...
RE: FN-FORUM: Scripting FTP
date posted 23rd May 2004 01:04
> ftp -s:
That's the easy bit ;>
What I need is a way of *moving* files across - ie copy the file then delete
on the remote server.
There are loads of third party utilities that do it but I'm tryin...
Re: FN-FORUM: Scripting FTP
date posted 23rd May 2004 00:49
On Sun, May 23, 2004 at 12:01:16AM -0000, Cameron Leask wrote:
> What I'd like to do is set up a script (which I can then run as a scheduled
> task) to
You didn't specify a platform, so I'll assume...
RE: FN-FORUM: Peer to peer vs Domain
date posted 23rd May 2004 00:45
Just mention that a non server windows os, can only handle 10 concurrent
connections.
Then the usual stuff applies.. Centralised management, user level file
security, remote admin, scalability, more...
FN-FORUM: Scripting FTP
date posted 23rd May 2004 00:39
Can anyone help?
What I'd like to do is set up a script (which I can then run as a scheduled
task) to
-ftp to another server,
-log in
-*move* any files that might be there to a local directory...