Hi.
I'd like to create an FTP session application. I tried the sun.net.ftp
package, but it doesn't work, when the FTP server used 2009 port. I didn't
find, how can I set the passive mode. Does anybody know how could I do an
application, which use the 2009 port insted of 21 and use passive mode. I
found a description about wininet.dll but I couldn't wrapp it. I'd like to
make a session, which can connect to the similar ftp address:
ftp://UserNameassword@55.55.55.55:2009/myFolder (passive mode)
thanks,
I'd like to create an FTP session application. I tried the sun.net.ftp
package, but it doesn't work, when the FTP server used 2009 port. I didn't
find, how can I set the passive mode. Does anybody know how could I do an
application, which use the 2009 port insted of 21 and use passive mode. I
found a description about wininet.dll but I couldn't wrapp it. I'd like to
make a session, which can connect to the similar ftp address:
ftp://UserNameassword@55.55.55.55:2009/myFolder (passive mode)
thanks,