|
-
Apr 3rd, 2002, 04:26 AM
#1
Thread Starter
Member
FTP Problems
I am having problems trying to FTP a file in DOS from one network drive to another.
Sometimes it works fine but sometimes the "put" command just hangs and I have to ctrl-c out of it. When this happens I check the destination network drive and there is a file of the correct name but it is empty.
Approx. 10 mins later when I check again the whole file has been copied over.
Any ideas what the problem is?
RKW.
-
Apr 3rd, 2002, 03:14 PM
#2
We ran into something like that.
If you're using scripts, try adding a line or two that requires some i/o from the host eg.;
Code:
open 11.22.33.44
username
password
cd somewhere
ls -a
asc
send bigfile.dat
bye
I have no idea why this sometimes helps, but hang-ups are way fewer. Hangups also happen going from a fast box to an old really slow one.
-
Apr 4th, 2002, 04:12 AM
#3
Thread Starter
Member
I am not sure that I understand what you are telling me.
Does any one else know why this might be happening?
-
Apr 4th, 2002, 11:01 AM
#4
Frenzied Member
Well is there a reason in particular you're using DOS to FTP??
I'm bringing geeky back...
-
Apr 5th, 2002, 03:56 AM
#5
Thread Starter
Member
I am actually working on a VB prog that uses an FTP class to transfer a file. It doesn't always work, sometimes it just hangs. As it sometimes hangs in DOS as well I am guessing that there are somesort of networking(?) issues rather than a problem with my program.
The network guys here don't know what the problem is, I was hoping that someone on this forum could help me by pointing them in the right direction.
Any ideas/help would be much appreciated.
RKW
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|