Search found 14 matches

by jennylci
Wed Jan 15, 2014 12:44 am
Forum: Technical / Scripting
Topic: Have a trouble with FTPGetFile. Please help
Replies: 10
Views: 8955

Thank you for your help. I will take a look.
by jennylci
Tue Jan 14, 2014 10:11 pm
Forum: Technical / Scripting
Topic: Have a trouble with FTPGetFile. Please help
Replies: 10
Views: 8955

Hi CyberCitizen, I realize the connection is SFTP not FTP. Do you think it matters? I specified the local file name as you indicated and changed my password format to 123xd11@scca.com. At least it shows disconnecting in the status window now. But I still don't get any file using this command. Thanks...
by jennylci
Mon Jan 13, 2014 11:56 pm
Forum: Technical / Scripting
Topic: Have a trouble with FTPGetFile. Please help
Replies: 10
Views: 8955

Oops, I'm sorry I forgot to mention that the hos name is fake too. Due to security issues of my company, I didn't use the real ones.
by jennylci
Mon Jan 13, 2014 9:54 pm
Forum: Technical / Scripting
Topic: Have a trouble with FTPGetFile. Please help
Replies: 10
Views: 8955

No worries. It's a fake username and password.
by jennylci
Mon Jan 13, 2014 8:47 pm
Forum: Technical / Scripting
Topic: Have a trouble with FTPGetFile. Please help
Replies: 10
Views: 8955

Thank you for your help. I'm pretty sure the port is 22 not 21. That's the port I used when I connect to FTP Server manually. But I tested port 21 anyways. It even couldn't connect to it. Any other ideas?
by jennylci
Fri Jan 10, 2014 11:44 pm
Forum: Technical / Scripting
Topic: Have a trouble with FTPGetFile. Please help
Replies: 10
Views: 8955

Have a trouble with FTPGetFile. Please help

Hi, It's my first time to use FTPGetFile command. It looks pretty straightforward but I can't make it work. It doesn't give me error message. The status window showed it connected to the FTP server. But it doesn't download any file for me. I'm using Macroscheduler 11 and CoreFTP. BTW, since I was no...
by jennylci
Mon Sep 23, 2013 9:46 pm
Forum: Technical / Scripting
Topic: Date Difference
Replies: 11
Views: 13159

Thank you very much, JRL! It finally ran through!
by jennylci
Mon Sep 23, 2013 7:23 pm
Forum: Technical / Scripting
Topic: Date Difference
Replies: 11
Views: 13159

day>DD month>MM year>YYYY VBSTART VBEND GetFileList>C:\Temp\google_*.txt.pgp,files Separate>files,;,file_names let>k=0 let>fdate_0=0 Repeat>k let>k=k+1 let>file=file_names_%k% Separate>file_names_%k%,\,check_file let>filename=check_file_3 FileDate>%file%,fdate MidStr>fdate,1,4,y1 MidStr>fdate,5,2,m...
by jennylci
Mon Sep 23, 2013 4:33 pm
Forum: Technical / Scripting
Topic: Date Difference
Replies: 11
Views: 13159

Mine is Microscheduler version 11.
by jennylci
Fri Sep 20, 2013 6:50 pm
Forum: Technical / Scripting
Topic: Date Difference
Replies: 11
Views: 13159

Hi Marcus,

I can't find DateDiff function from index searching on my macroscheduler. So I was trying to use your VB code but macroscheduler gives me this error message. "Invalid procedure call or argument: 'DateDiff'". Could you please advise what I can do about it or is there any other way to do it?
by jennylci
Sat May 18, 2013 12:23 am
Forum: General Discussion
Topic: Display copy progress with the copy command
Replies: 9
Views: 14954

Thank you very much Marcus, it works perfectly!
by jennylci
Fri May 17, 2013 12:21 am
Forum: General Discussion
Topic: Display copy progress with the copy command
Replies: 9
Views: 14954

Hi Support, I have the same question as mydave. The subroutine and functions are created by some one else and used before. So they shouldn't have any problem. But when I try to use it as VBEval>SetCell("B_Operations",%cc%,8,%TS1%),nul it doesn't work. And give me the same error message "Error 1006 E...
by jennylci
Fri May 10, 2013 6:41 pm
Forum: Technical / Scripting
Topic: how to get the time stamp of a file?
Replies: 2
Views: 3106

Thanks!!
by jennylci
Wed May 08, 2013 11:28 pm
Forum: Technical / Scripting
Topic: how to get the time stamp of a file?
Replies: 2
Views: 3106

how to get the time stamp of a file?

Hi all, I'm a beginner of Macroscheduler and trying to find a way to get the time stamp of a file. I don't see any existing function can do it. Any suggestions? BTW, I tried to use VB code written by my friend, but it doesn't work in macroscheduler. The code looks like this: vbstart Function GetTimS...
Sign up to our newsletter for free automation tips, tricks & discounts