Re: Capturing output from ftp

2004-02-03 Thread Ciaran Johnston
Ian Melnick said: > Hello all, > > So I followed directions from a previous message, but I've run into a > different problem. > > I need to get the size of a given file with the ftp program, so I tried > something like this: > > ftp server < size filename > quit > END > > The problem is, when it re

Capturing output from ftp

2004-02-03 Thread Ian Melnick
Hello all, So I followed directions from a previous message, but I've run into a different problem. I need to get the size of a given file with the ftp program, so I tried something like this: ftp server <