Re: How to Call FTP from batch?
- From: "Jack [MVP-Networking]" <jack@xxxxxxxxxxxxxxxxxxx>
- Date: Fri, 8 May 2009 00:37:05 -0400
Hi
It is not clear what you have installed as ftp.
FTP is not a command, it is either a client application or a server application, and the Logon depends on each specific application.
Jack (MS, MVP-Networking)
"niladri chatterjee" <niladrichatterjee@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:4C533C93-16DD-43E3-95A1-D630C6BEC147@xxxxxxxxxxxxxxxx
How do I supply the User name / passord from a batch file
I did the following:-
cd c:\file_copy
ftp
connect 172.xx.y.zz
<actual username>
<actual pwd>
mGET *.PACKSLIP.DOC;*
copy /y C:\file_copy\*.* R:\PDFS\PACKING_SLIP
bye
Also, mGET from the DOS, prompts for 'Y' to enter for each file to copy. How
to supress confirmation like /y in Copy command?
.
- References:
- How to Call FTP from batch?
- From: niladri chatterjee
- How to Call FTP from batch?
- Prev by Date: Re: Remote Desktop Web Connection through a Proxy Server
- Next by Date: Re: Duplicate (?) Name Error
- Previous by thread: How to Call FTP from batch?
- Next by thread: Re: How to Call FTP from batch?
- Index(es):
Relevant Pages
|