Jump to content
Macro Express Forums

punisa

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by punisa

  1. Thanx Kevin, I'll check it out. I tried Filezilla and CuteFTP so far, unfortunately they do not support resume. Can this perhaps be the problem of my FTP server side?
  2. Thanks for input rberq ! Information will definitely come in handy. Unfortunately I can not do this (at least not for this project) as my macro process involves downloading from FTP (larger files) which stops macro until download finishes, and by so there is a great chance my window title will already disappear before downloading finishes. Yeah tricky stuff I know
  3. Sorry for bugging you rberq, thanks for your reply. I figure you know more about FTP protocol then me Can a file that starts downloading be resumed as with firefox for example? Or is this not possible when downloading from FTP? I successfully extended time out duration from 30 seconds up to 60 minutes, but it seems this is useless. Cause when I connect internet back the downloading does not resume (I checked several times).
  4. ok, you can extend the FTP time out duration with a tweakme3 advanced options, but further experimentation revealed that the auto resume option for downloading files is not supported. Guys what do you do if your connection breaks and you're not around? Or should I presume that this is impossible. Because Macro is locked down during download phase.
  5. Hey guys, this is from my error log: The command 'FTP Get File' timed out. 18.9.2008 23:53:46 Macro "xxxxxxxx" Aborted I've instructed macro to download larger file from FTP (around 30 MB), half way through the download process I manualy disconnected internet. After a minute or so it gave me the above error and it just aborted. How can I avoid the termination? This is a huge problem for me, as my internet connection sometimes "hangs" up to 10 minutes. I want my macro to give up on downloading and try again later, but if it aborts, how can I proceed? Ok, I really need help this time
  6. Ok, seems I'm answering to myself again : )) Just like yesterday. My solution is using a simple Autoit script along with Macro Express. So far so good. I hope there won't be any complication if those two are running at the same time right? Scripts are small anyway.
  7. Hi, I have a macro set up to check for various files, see if they exist and so on. This is, of course, done in a loop as there are several actions. Now I need to check if a certain window has become active, but it seems I can not have two macro instances run at the same time, right? So, my first macro is busy doing its job and I need a second one that will monitor if a specific window has become active or not. How would I resolve this? Extra info: unfortunatly I can not add the monitoring action inside the first loop. Its kinda complicated to explain all the details, but it can not be done. Should I try and develop some sort of script that will monitoring for my specific window to become active? Maybe not with Macro Express, but some other tool? While we're at it, one more quick question: when working with window names I can add a partial name, but can not use wildcards, correct? That's too bad : (
  8. Hey guys, I got it. For all the future viewers, my solution: - get the FTP folder contents in a T1 variable - Variable -- modify string -- option2 -- save to text file (save T1 content) - files/folders -- text file begin process - loop the "text processing" to get individual FTP files - end text process During the loop you can check if file exists command and see if you have it in desktop folder or not. If not, use the command GET to download needed file (use binary method) And there you go, a handy way to transfer files across FTP to various distant computers. You can have this little script looped according to a time frame (response) you need. I have it looped every 5 minutes. Cheers !
  9. I figured how to read every single file in a normal folder, but how can I read EVERY file separatly in an FTP folder? So far I can list files from FTP, but only inside one big T1. Any help?
  10. Hello all ! I have a rather (I hope) simple task, but I'm kinda stuck. I created a macro which logs in to my FTP account every 60 seconds. I figured how to download a file from FTP to specific desktop folder. What I need to do now: - check (compare) entire content of FTP folder "files" with a folder "files" on desktop - if there is a new file on FTP, download it to desktop folder - after all checking resume without action IF there is no new files OR take specific action if something downloaded I'm afraid if I jump at this it will probably result in a one mile big script. Which approach would be the best?
×
×
  • Create New...