Aug 14, 2005 #1 joeschoe Programmer Jan 13, 2002 67 IL Using: Code: RetVal = ExecCmd("ftp -n -s:" & App.path .... I frequently get errors which I can't determine. The RetVal gives a value of 2, which I have not been able to trace. Can someone help?
Using: Code: RetVal = ExecCmd("ftp -n -s:" & App.path .... I frequently get errors which I can't determine. The RetVal gives a value of 2, which I have not been able to trace. Can someone help?
Aug 14, 2005 #2 TGandon Programmer Aug 10, 2005 35 GB Use a Microsoft Internet Transfer Control instead of DOS then, if an error occurs, invetigate the ResponseCode and ResponseInfo properties. Upvote 0 Downvote
Use a Microsoft Internet Transfer Control instead of DOS then, if an error occurs, invetigate the ResponseCode and ResponseInfo properties.