Search found 4 matches

by paperbag
10 Dec 2011 00:38
Forum: DOS Batch Forum
Topic: Trouble with ftp batch file.
Replies: 6
Views: 7212

Re: Trouble with ftp batch file.

naw thre is nothing else.

i runt it b typing

ftile up file name
by paperbag
09 Dec 2011 20:01
Forum: DOS Batch Forum
Topic: Trouble with ftp batch file.
Replies: 6
Views: 7212

Re: Trouble with ftp batch file.

It's a jpg file. Im running it in binary mode i think.. I was hoping this code "echo bin>> ftpcmd.dat" put it in binary mode. thanks.
by paperbag
09 Dec 2011 17:57
Forum: DOS Batch Forum
Topic: Trouble with ftp batch file.
Replies: 6
Views: 7212

Re: Trouble with ftp batch file.

i can't figure out why this error is happening.
by paperbag
09 Dec 2011 04:08
Forum: DOS Batch Forum
Topic: Trouble with ftp batch file.
Replies: 6
Views: 7212

Trouble with ftp batch file.

I made a bact file for the ease of using ftp.exe through cmd prompt. @echo off echo user username> ftpcmd.dat echo pasword>> ftpcmd.dat echo bin>> ftpcmd.dat echo put %1>> ftpcmd.dat echo quit>> ftpcmd.dat ftp -n -s:ftpcmd.dat server del ftpcmd.dat it works on some machines, but on others i get this...