[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: FTP over proxy



Hans,

1. Debug the service program. See where it goes awry. Most likely in the FTP_login section.
2. How does your proxy require you to login? For example, at one time we had to do this to use ftp:
user> john_smith.novell$anonymous$ftp.novell.com
pass> xxxxx$yyyyy
The user is local user/remote user/site. The password is local password/remote password. As you can see the "$" was used as a delimiter. Sending this in the user and password and connecting to our proxy did all the rest. The proxy took apart the user and pass. We didn't connect directly to the remote site nor did we "login twice" (the proxy did it for us). And yes, we had to use passive.

It would appear you are logging in twice? Not very usual in my limited experience, but could be. If that is true, send a new optional parameter to FTP_Conn that says to use double login method and then modify FTP_Login to return for the second login/user.





-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------