Help Please

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • linuxjr
    Forum Member
    • Jan 2003
    • 1

    Help Please

    Download(FTP)(ftpsite/update/file->%SrcDir%\Update)
    If(%LastErrorMsg%=1)
    Copy Files(Path\filename->%SrcDir%\update)
    End If
    Unzip Files(%SrcDir%\Update\file-> %SrcDir%\Update)
    Delete Files(%SrcDir%\Update\File)

    I'm trying to test if the file is not on the ftp site but is in the folder on the intranet server to use that file instead but I'm getting errors. Any assistance is greatly appreciated. Have a great day.
  • Darryl
    Indigo Rose Staff Member
    • Jul 2001
    • 1908

    #2
    Re: Help Please

    In all of your actions, change the error notification to "Verbose" so it displays as much information as possible.

    On what action are you receiving an error message? If it's the first action, and the file is not there, you will receive an error message, however you can turn the error notification to "None" to suppress it.

    Instead of testing a bunch of actions together, try testing each action separately to see where the problem is.

    Comment

    Working...
    X