M
Mohit Mehral
String user="//administrator:";
String pass="ce11@!@#";
SmbFileInputStream fstream = new SmbFileInputStream("smb:"+user
+pass"@"+file_ip);
////////////////////////////////////////////////////////////////////////////////////
smb://administrtorce11@!@@172.21.8.9
///////////////////////////////////////////////////////////////////////////////////
user://unamePASSWD@hostIP
RUNTIME Exception encounter ::::::----> hostname invalid incase my
password having '@' sign.
Is there anyway to handle the @ char. in my password.for that it'll
not conflict with host IP.
String pass="ce11@!@#";
SmbFileInputStream fstream = new SmbFileInputStream("smb:"+user
+pass"@"+file_ip);
////////////////////////////////////////////////////////////////////////////////////
smb://administrtorce11@!@@172.21.8.9
///////////////////////////////////////////////////////////////////////////////////
user://unamePASSWD@hostIP
RUNTIME Exception encounter ::::::----> hostname invalid incase my
password having '@' sign.
Is there anyway to handle the @ char. in my password.for that it'll
not conflict with host IP.