naw thre is nothing else.
i runt it b typing
ftile up file name
Search found 4 matches
- 10 Dec 2011 00:38
- Forum: DOS Batch Forum
- Topic: Trouble with ftp batch file.
- Replies: 6
- Views: 7212
- 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.
- 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.
- 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...