Sorry for the dump here, but this is exactly what my SQL Error status gives me. Upon dumping the EDT debug info, it is character by character the same, so I only included it once. I do not really get anything else. Do you have to register the DLL? I tried to do so and got that the dll was loaded but the DllRegisterServer entry point was not found. I appreciate the help. If I can get this working, then I will be doing more work with it soon. Sincerely, Donny
*********Logger Output File*******
INFO [ftplogic.ftpfile] 21 Feb 2005 12:53:26.420 : Connecting
DEBUG [EnterpriseDT.Net.Ftp.FTPClient] 21 Feb 2005 12:53:26.873 :
Connecting to 172.16.1.127:21
DEBUG [ftplogic.ftpfile] 21 Feb 2005 12:53:27.967 : at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at EnterpriseDT.Net.StandardSocket.Connect(EndPoint remoteEP)
at EnterpriseDT.Net.Ftp.FTPControlSocket.ConnectSocket(BaseSocket socket, IPAddress address, Int32 port)
at EnterpriseDT.Net.Ftp.FTPControlSocket.Initialize(BaseSocket sock, IPAddress remoteHost, Int32 controlPort, Int32 timeout)
at EnterpriseDT.Net.Ftp.FTPControlSocket..ctor(IPAddress remoteHost, Int32 controlPort, Int32 timeout)
at EnterpriseDT.Net.Ftp.FTPClient.Connect(IPAddress remoteAddr, Int32 controlPort, Int32 timeout)
at EnterpriseDT.Net.Ftp.FTPClient..ctor(IPAddress remoteAddr, Int32 controlPort, Int32 timeout)
at EnterpriseDT.Net.Ftp.FTPClient..ctor(String remoteHost)
at ftplogic.ftpfile.DoIt(String host, String user, String password, Strin
*******Logger Output File*********