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.
ftp error
Name: djones Date: June 20, 2007 at 06:20:18 Pacific OS: win xp CPU/Ram: 1gig Product: mpc
Comment:
Im having a problem that i cant seem to figure out. when at the command line and i issue the ftp command i get a "maximum setlocal recursion level reached" output that repeats until i kill the dos shell. why is this happening and how do i correct it?
Dominic Adair-Jones IT Specialist FDIC Federal Credit Union www.fdicfcu.org
Name: djones Date: June 20, 2007 at 07:24:50 Pacific
Reply:
i did at the comman prompt i enter ftp then it falls into that message about the recursion level which just repeats until i kill the dos prompt.
Dominic Adair-Jones IT Specialist FDIC Federal Credit Union www.fdicfcu.org
0
Response Number 3
Name: Razor2.3 Date: June 21, 2007 at 21:19:18 Pacific
Reply:
It sounds like you have a batch file called ftp.(bat|cmd), and instead of calling %systemroot%\system32\ftp.exe, you're calling .\ftp.(bat|cmd). CMD looks in the current directory first before walking the %PATH%.
Is that cryptic enough for ya?
Seemingly unrelated fun fact: The background of this box is FFFFCC.
0
Response Number 4
Name: djones Date: June 22, 2007 at 07:29:23 Pacific
Reply:
razor u were right thanks for the help.
Dominic Adair-Jones IT Specialist FDIC Federal Credit Union www.fdicfcu.org
Summary: I haved a problems with macromedia Dreamweaver. When iŽll try to config the ftp server in ftp.geocities.com, the server host not responding and presented this error. An FTP error ocurred. cannot make ...
Summary: Hi everybody... I have a ftp batch(shell script) file...which bascially sends file from my local machine to the remote ftp machine. it works..well! fine. now, I just want to do the error handling...I ...