I tested this by setting up a link in the macro editor as follows:
I decided to use a pattern that DIDN'T include the username and password on the unix machine for security purposes but did put them into the link edit. So my link edit looks like this:
link pattern:
ftp://name.domain.comdelimiter: (default)
trailing: .,:; (default)
launch: "c:\program files\internet explorer\iexplore.exe"
ftp://user:pass@name.domain.comstrip: 21 (equal to length on the link pattern)
case: NOT checked.
This works fine. I also tried the same syntax for FtpPro but it doesn't like having the password in the URL (though just having a username is accepted, also with FtpPro you need a trailing slash in the URL).
I'm looking to see if there is a way to do the password in FtpPro but IE should work for you for now.