View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Richard Edwards[_2_] Richard Edwards[_2_] is offline
external usenet poster
 
Posts: 24
Default File check on FTP server

Morning all,

I need to be able to monitor if a file exists on an ftp site.

At the moment I am only aware of being able to call FTP via shell. So i have
two questions:

1) am i able to "return" variables or data from calling shell?
2) Am i able to ftp without running it under shell (which would be best!)

Thank you

Richard