22 Jun
2005
22 Jun
'05
13:32
Yes i hav something like this, anything you can think of to make it look better? #!/bin/bash TEMPDIR=/tmp FINALDIR=/root FILE=$1 cd $TEMPDIR wget -o /tmp/wget.ftp.log ftp://user:server@box/$FILE mv $FILE $FINALDIR thnX again!. On 22/06/05, Anders Johansson <andjoh@rydsbo.net> wrote:
cd $TMPDIR wget $FILENAME mv $FILENAME $FINAL_DESTINATION_DIR
But with this script where should i need to have the authentication to
On Wednesday 22 June 2005 10:19, daniel parkes wrote: the
ftpserver? in the wget sentence?
Yes, exactly. For example
wget ftp://username:password@server/filename