Error 426 Data Connection

Hello,

Im new to SmartFTP, and I like it quite a bit, but am having a problem. Ive uploaded quite a few files with it, so I know I have it connected properly.

Problem is, when I click on my "images" folder to view the contents, I get an error that reads 426 Data connection: No child processes.

Heres the log from first connection to my server,

SmartFTP v1.5.990.27
Resolving host name "216.185.128.200"
Connecting to 216.185.128.200 Port: 21
Connected to 216.185.128.200.
220 FTP server (Version 5.339PWS/AI) ready.
USER sghsocie
331 Password required for sghsocie.
PASS (hidden)
230 User sghsocie logged in.
SYST
215 UNIX Type: L8
FEAT
500 'FEAT': command not understood.
TYPE I
200 Type set to I.
REST 0
350 Restarting at 0. Send STORE or RETRIEVE to initiate transfer.
PWD
257 "/" is current directory.
CWD /web/music
250 CWD command successful.
PWD
257 "/web/music" is current directory.
PASV
227 Entering Passive Mode (216,185,128,200,193,123)
Opening data connection to 216.185.128.200 Port: 49531
LIST -aL
150 Opening BINARY mode data connection for /bin/ls.
342 bytes transferred. (3.06 KB/s) (109 ms)
226 Transfer complete.
CWD /web
250 CWD command successful.
PWD
257 "/web" is current directory.
PASV
227 Entering Passive Mode (216,185,128,200,193,129)
Opening data connection to 216.185.128.200 Port: 49537
LIST -aL
150 Opening BINARY mode data connection for /bin/ls.
1284 bytes transferred. (13.1 KB/s) (95 ms)
226 Transfer complete.
CWD /web/images
250 CWD command successful.
PWD
257 "/web/images" is current directory.
PASV
227 Entering Passive Mode (216,185,128,200,193,136)
Opening data connection to 216.185.128.200 Port: 49544
LIST -aL
150 Opening BINARY mode data connection for /bin/ls.
17940 bytes transferred. (52.6 KB/s) (333 ms)
426 Data connection: No child processes.
PORT 69,214,49,31,5,200
200 PORT command successful.
LIST -aL
150 Opening BINARY mode data connection for /bin/ls.
426 Data connection: No child processes.
PASV
227 Entering Passive Mode (216,185,128,200,193,197)
Opening data connection to 216.185.128.200 Port: 49605
LIST -aL
150 Opening BINARY mode data connection for /bin/ls.
426 Data connection: No child processes.
17940 bytes transferred. (48.9 KB/s) (358 ms)
PASV
227 Entering Passive Mode (216,185,128,200,193,245)
Opening data connection to 216.185.128.200 Port: 49653
LIST -aL
150 Opening BINARY mode data connection for /bin/ls.
426 Data connection: No child processes.
NOOP
200 NOOP command successful.

Thanks for any help you could give.