Latest version isn't working fully

I just updated to the latest version. Prior to that I was running 1.1xxx. I can connect to at least one ftp site on the net just fine, but when trying to connect to an ftp server running on my network, I get the following:

SmartFTP v1.5.988.37
Resolving host name "192.168.1.105"
Connecting to 192.168.1.105 Port: 21
Connected to 192.168.1.105.
220 Please enter your login name now.
USER [removed]
331 Password required for [removed].
PASS (hidden)
230 User [removed] logged in , proceed.
SYST
215 UNIX Type: L8
FEAT
502 feat is not implemented.
TYPE I
200 Type set to IMAGE.
REST 0
502 rest is not implemented.
PWD
257 "/" is current directory
Compression disabled for private IP addresses.
PASV
502 pasv is not implemented.

I can however connect to that ftp server using another ftp client just fine.

Hello ..

Your server doesn't support PASV. Therefore you need to change the Data Connection Mode from PASV to PORT in SmartFTP. Go to Settings->Connection "Data Connection"

-Mat

You're right, that did the trick. That's the first time I've had to do that though, was it a change from version to version?

Also, I connected to 3 other existing connections and they worked ok, but will I have to change that for some connections? I guess what I'm asking is, should that option be connection specific as opposed to being an application setting?

You can set the setting on a per site basis. Go to Edit Favorites and create a a new favorite and change the setting in the favorite item properties.
-Mat

Thanks for the quick replies!