Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: zeevam
  • Content: Threads
  • Order by date
  1. zeevam

    Adding User Script?

    Is there a way to create a unix user/passwd script that reads from a flat file? I am unsure if it would be possible to add the passwd since you are prompted to add the new password and then confirming the new password. For example the flat text file would have a user and password column...
  2. zeevam

    Executing java in Perl script

    I am having problems getting a java window to come up from a Perl script. When I open an x-window I am able to execute to java command and the window shows up, but when I try and execute the java command in the perl script I get the following error: Exception in thread "main&quot...
  3. zeevam

    Opening X Window session in Perl .ipl script

    I am trying to write an ipl script that opens up an X window seesion so a java module can be run in a Perl based application. I am relatively new to Perl and am not sure how to do this. Thanks... - Marc
  4. zeevam

    Using login/password with Net::SFTP

    I am having problems with the following pseudocode: if user's remote server login/password valid{ sftp file to remote server }else{ throw an error } Basically my application uses ftp currently to do this. The user enters in his/her login and password to copy a file from the local server...
  5. zeevam

    SCP file transfer in Perl using UNIX login/password

    I am trying to use scp to tranfer files from server a to server b. In the GUI, the user selects the file to transfer, specifies the remote server name, and enters their unix username and password. How do I code this in Perl so that the scp command is executed at the command line followed by the...

Part and Inventory Search

Back
Top