Computing.Net > Forums > Programming > DOS ftp

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

DOS ftp

Reply to Message Icon

Name: tompFM
Date: March 16, 2009 at 16:10:53 Pacific
OS: Windows Vista
Subcategory: General
Comment:

I am trying to run DOS ftp in Vista using the following:

ftp -v -s:\"c:\<folderName>\ftpvm.cmd\" www.<website>.com

where ftpvm.cmd has the following commands:

<username>
<password>
type binary
cd <target directory>
mkdir <FolderName>
lcd "c:\<localdirectory>"
put <fileName>
...etc.

ftp logs in, executes the first few commands, then hangs on the 'put' command. Just sits there until a timeout cancels the routine. File name was created in the put but 0 bytes were transferred

Makes no difference whether Vista firewall is on or off.

Seems to depend on the installation since many Vista users have not reported any problem, but I get the same failure on my machine that my user sees so know it is not unique.

The .CMD file is created in a FileMaker application. This procedure has been working for years in XP, and until now in Vista.

What could cause some installations to hang on the 'put' command??

What can be done about it?

TIA



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: DOS ftp

FTP connection www.computing.net/answers/programming/ftp-connection/3343.html

Download HTML Page Using Batch www.computing.net/answers/programming/download-html-page-using-batch/13217.html

Linux shell script www.computing.net/answers/programming/linux-shell-script/15560.html