can not connect to remote computer
I want to send a file to a remote, i have user and pw but i dont know how to connect to remote computer with java. Please show me a way!
Here is my exception:
java.io.FileNotFoundException: \\10.14.120.1\bayi\temp_file_transfer\Irs_rap6.rep (Logon failure: unknown user name or bad password)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at Gonder.kopyala(Gonder.java:55)
at Gonder.run(Gonder.java:40)
at java.lang.Thread.run(Unknown Source)

