View Single Post
  #8  
Old 05-09-2006, 08:36 AM
willassaf willassaf is online now
Registered User
 
Join Date: 05-08-2006
Posts: 5
Well, your test file works.

But in my case, if I provide folder\* as the Get File, it returns

\\DestinationFolder\ <- folder/*
Error transferring file '': The specified directory could not be found (Type set to A.)
Step 'FTP' failed
Build ended.


If I provide folder\file.aspx as the Get File, it succeeds.

\\DestinationFolder\ <- folder/file.aspx
Transferring file.aspx
1 file(s) successfully transferred
Build successfully completed.
Reply With Quote