Ok folks, here the story up to now:I have created a simple application that elicits a string from the user and then writes it to a file on a remote FTP server. I have used this code in several applications for testing connections and as long as I fed it valid userids and passwords for logging in to the server, all was well with the world.Now however I have encountered problems. The underlying routine that does the writing is the built-in toolbox function called: FTP Put Buffer.viThe error I'm seeing is bubbling up from the routine: TCP Create Arbitrary Listener.viThe error is code 60, which means "The specified network address is currently in use"The only difference between this installation and ones in the past where the cod
e worked was that the current connection utilizes a dial-up connection through Compuserve. Could that be causing the problem? If so is there any easy way around it?Any insight would be greatly appreciated. I have tried NI with no luck except that they are going to be getting back to me if they figure anything out.Mike...