Search found 7 matches

by blackgolf
21 Apr 2012 11:42
Forum: DOS Batch Forum
Topic: Time out when uploading
Replies: 1
Views: 2455

Time out when uploading

Hi I use a batch file to upload a 1.5 meg file to a server. It connects fine but I get a 'timed out' error as below; 230 User xxxxxxxxxxxx logged in ftp> binary ---> TYPE I 200 Type set to I ftp> put "c:\temp\xyz.zip" ---> PORT 41,241,45,1,209,98 200 PORT command successful ---> STOR xyz.z...
by blackgolf
21 Apr 2012 11:16
Forum: DOS Batch Forum
Topic: Problem with my batch files
Replies: 3
Views: 3522

Re: Problem with my batch files

You are a S T A R foxidrive, thanks a lot it does the trick.
Regards
Chris
by blackgolf
21 Apr 2012 11:07
Forum: DOS Batch Forum
Topic: Latest file is not downloaded using batch file.
Replies: 8
Views: 7619

Re: Latest file is not downloaded using batch file.

Thanks guys for the help. I added a Proxy server to my download manager and the latest file comes in 100% what I want. abc0502 - Thanks for telling me about tunneling but I am not clued up how to use it. I did read about it but it means downloading the client and set it up. Not at all cumfortable to...
by blackgolf
20 Apr 2012 10:43
Forum: DOS Batch Forum
Topic: Latest file is not downloaded using batch file.
Replies: 8
Views: 7619

Re: Latest file is not downloaded using batch file.

Thanks for that Foxidrive, it is going to take a lot of pain to get my ISP to understand what I mean, they are not the brightest of people working there - sorry to say but it is a fact.

Regards
Chris
by blackgolf
20 Apr 2012 09:02
Forum: DOS Batch Forum
Topic: Latest file is not downloaded using batch file.
Replies: 8
Views: 7619

Re: Latest file is not downloaded using batch file.

Thanks for the reply. I have amended as you told me to, but the latest file is still not downloaded. I know there is a later file but only the old file is downloaded. It is as if the cache file on my PC is placed in the downloads folder (not sure if there is as I deleted all occurances of the file)....
by blackgolf
20 Apr 2012 07:51
Forum: DOS Batch Forum
Topic: Latest file is not downloaded using batch file.
Replies: 8
Views: 7619

Latest file is not downloaded using batch file.

Hi I have the following batch files to download a file from a web server BUT the latest file is not downloaded. I downloaded file XYZ.zip to my PC. The next day a new file is there with the same name but with new content. When downloaded to my PC it is still the old file not the latest - as if it di...
by blackgolf
20 Apr 2012 07:41
Forum: DOS Batch Forum
Topic: Problem with my batch files
Replies: 3
Views: 3522

Problem with my batch files

Hi I have Windows 7 installed with all updates up to date. I have written 2 different batch files to upload a file to two differnet web servers. Everything in the 2 files are similar except for the web server address, login name and password. When running the second file it keeps the log in details ...