Hi
i got help with fetching files from the internet in the past - only just got round to trying it out - see code below
this openIPnr - what is it and how do i use the syntax.. im searching the help files but cnt find anything
have u got example code so i can use the syntax..
many thanks
solution provided:
___________________________________________________
I create a text file like so:
open IPnr
UserName
Password
cd SomeFolder \ SomeOther \ Folder
get download-00902.txt
get download-00903.txt
bye
Save it somewhere, e.g. C:\ and name it ftpScript.txt
Then do a shell:
Shell ("ftp -s:C:\ftpscript.txt")
i got help with fetching files from the internet in the past - only just got round to trying it out - see code below
this openIPnr - what is it and how do i use the syntax.. im searching the help files but cnt find anything
have u got example code so i can use the syntax..
many thanks
solution provided:
___________________________________________________
I create a text file like so:
open IPnr
UserName
Password
cd SomeFolder \ SomeOther \ Folder
get download-00902.txt
get download-00903.txt
bye
Save it somewhere, e.g. C:\ and name it ftpScript.txt
Then do a shell:
Shell ("ftp -s:C:\ftpscript.txt")