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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Spence32

  1. Spence32

    Calling WinSCP.exe from script

    Thanks, that was it. I tried that before, but it threw an error on the space in the path name between Program and Files so I moved the executable to C: directly it and worked. By the way, how would I use the full path name which included spaces, is there a wild card I could use? Thanks
  2. Spence32

    Calling WinSCP.exe from script

    Hi, In my script I am trying to call WinSCP by using: system("WinSCP.exe /script=$workDir\\$tempScpFileName"); But the error returned is 'WinSCP.exe' is not recognized as an internal or external command, operable program or batch file. WinSCP is installed on my machine at C:\Program...
  3. Spence32

    FTP files from multiple source dirs to multiple target dirs

    Yes, makes much more sense now. Thanks
  4. Spence32

    FTP files from multiple source dirs to multiple target dirs

    Hi, I am very new too Perl scripting, so any help would be greatly appreciated. I am looking to create a Perl script to FTP files from multiple source directories to multiple target directories, with each source directory is mapped to a particular target directory. For example, FTP all files...

Part and Inventory Search

Back
Top