Advertisement
Guest User

Untitled

a guest
Sep 17th, 2017
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <%
  2. String username = "anonymous" ;
  3. String password = "upload@utechsoft.com" ;
  4. String hostname = "ftp.utechsoft.com" ;
  5. String port = "21" ;
  6. %>
  7.  
  8. <script>
  9.  
  10. // Connection related values
  11.  
  12. var server = " <%= hostname %> " ;
  13. var port = " <%= port %> " ;
  14. var pass = " <%= password %> " ;
  15. var user = " <%= username %> " ;
  16.  
  17. ...
  18.  
  19. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement