View Single Post
Old 09-02-2007, 03:28 PM   #9
Kaitiaki
Hall Of Famer
 
Kaitiaki's Avatar
 
Join Date: Mar 2002
Location: Ontario, Canada
Posts: 2,065
OK. Here's the free program I found to do this. Once installed, it will create a .txt file in a specified folder on your computer for each program that accesses the 'net, and prints all the communication in the file. When you use OOTP's FTP features, you'll see something like this at the start of the log file it creates:

Code:
220 ProFTPD 1.2.9 Server ready.
USER ******
331 Password required for ******.
PASS ******
230 User ****** logged in.
TYPE I
200 Type set to I
CWD /public_html/ggnl_exports/
250 CWD command successful.
PASV
227 Entering Passive Mode (69,1,170,78,222,127).
That, of course, is a log for a successful connection attempt. I would suspect that yours will be shorter since it's going to error out somewhere. Try to connect, and then copy/paste the contents of the log file into a post so we can try to fix it. (Feel free to do the same thing I did in my example above, and **** out the username/password info if you like.) If it fails to connect at all, it won't print anything in the log, but if it's something in the login process, we should be able to spot it. Either way, we'll be able narrow down the problem.

Please note that I don't vouch for anything about that program beyond that it does what I want. I've only known about its existence for about 20 minutes.

- Kai
__________________
BJHL: Commissioner; Owner: Wichita War Eagles
Kaitiaki is offline