Main   Products   Offshore Outsourcing   Customers   Partners   ContactUs  
JDBC Databases
  HXTT Access 7.1.252
  HXTT Cobol 5.0.251
  HXTT DBF 7.1.252
  HXTT Excel 6.1.255
  HXTT Json 1.0.223
  HXTT Paradox 7.1.251
  HXTT PDF 2.0.251
  HXTT Text(CSV) 7.1.251
 
  Buy Now
  Support
  Download
  Document
  FAQ
  HXTT Word 1.1.251
  HXTT XML 4.0.252
Offshore Outsourcing
Free Resources
  Firewall Tunneling
  Search Indexing Robot
  Conditional Compilation
  Password Recovery for MS Access
  Password Recovery for Corel Paradox
  Checksum Tool for MD5
  Character Set Converter
  Pyramid - Poker of ZYH
   
   
   
Heng Xing Tian Tai Lab of Xi'an City (abbr, HXTT)

HXTT Text(CSV)
does user/password has to be in url for ftp
Lucy
2007-06-26 08:14:42
Can I put user/password in property like:
Properties props = new Properties();

String url = "jdbc:csv:ftp://hostname"
props.put("user","utest");
props.put("password","ptest");
Connection con = DriverManager.getConnection(url,props);

or I have to put them inside the url like:
String url = "jdbc:csv:ftp://utest:ptest@hostname"

Thanks!

Re:does user/password has to be in url for ftp
HXTT Support
2007-06-26 17:26:32
>Can I put user/password in property like
You can't, because user/password are jdbc connection property.

>String url = "jdbc:csv:ftp://utest:ptest@hostname"
Yeah, You nedd to put it into ftp url.

Search Key   Search by Last 50 Questions




Google
 

Email: webmaster@hxtt.com
Copyright © 2003-2019 Heng Xing Tian Tai Lab of Xi'an City. | All Rights Reserved. | Privacy | Legal | Sitemap