Hello everybody
I just make a test about file transfer. the file is send successful but the clint can't accept the file
CODE: MsnftpInviteMessage ftpMessage = new MsnftpInviteMessage(); ftpMessage.setFile(new File("xxxxx/test.jpg")); ftpMessage.setConnectionType(MsnConnectionType.NAT); switchboard.sendMessage(ftpMessage,false);
So please give some help
Log in to post a comment.
Hello everybody
I just make a test about file transfer. the file is send successful but the clint can't
accept the file
CODE:
MsnftpInviteMessage ftpMessage = new MsnftpInviteMessage();
ftpMessage.setFile(new File("xxxxx/test.jpg"));
ftpMessage.setConnectionType(MsnConnectionType.NAT);
switchboard.sendMessage(ftpMessage,false);
So please give some help