Viewing 15 posts - 151 through 165 (of 179 total)
We use http://www.satorisoftware.com/default.aspx. The quality of the cleansed address is pretty good.We receive an update cd every 2 months once or sometimes every month which we push to...
September 29, 2008 at 2:59 pm
To count the number of files in a dir.You can use a Script Task,with the code below
Dim numberOfFiles As Integer
Dim path As String = "c:\Files\" **Your PATH
numberofFiles = System.IO.Directory.GetFiles(path).Length...
September 29, 2008 at 1:04 pm
I shall try tom and update my doubts.Thank You.
September 18, 2008 at 6:53 pm
You mean to say have a script task to get files with todays date.Store the file names in a location.Put a FTP task in a for loop and loop...
September 18, 2008 at 6:44 pm
Hi Paul,
Im thinking to use FTP Task now,Do you have any ideas on how I can
only send files that have todays date in it to the Vendor.
File names are...
September 18, 2008 at 6:32 pm
Anybody out there used this before ?:sick:
I need to get this done with.
September 18, 2008 at 6:39 am
Tried changing
Dim server As String = "//ftp://xxx.com/123/Files/"
to
Dim server As String = "ftp://xxx.com/123/Files/"
and I get the following Exception
The remote server returned an error: (550) File unavailable (e.g., file...
September 17, 2008 at 2:48 pm
Tommy thanks for your help,
My bad, The Public Class Script Main was missing from the code,It had been replaced by a Module instead.
I changed the Module to a Public Class...
September 11, 2008 at 11:56 am
This is a X86 system .I will try to delete and recreate the script task.
September 11, 2008 at 9:44 am
Thanks Tommy,Im gonna keep your code for refrences.
My problem is
I have another script task that would manipulate incoming files [unzipping/moving /deleting] after checking if the file exist.
This script task...
September 11, 2008 at 9:24 am
Upon executing the script above and moving to the next step which is another Script Task.This script task would manipulate incoming files [unzipping/moving /deleting].
This script task works fine when tested...
September 11, 2008 at 7:15 am
Viewing 15 posts - 151 through 165 (of 179 total)