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 gkittelson 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: *

  1. AimeeSoltys

    Using SCP in a C Program

    I am trying to write a C program that uses SCP to obtain a file from another machine to the current machine. Does anyone have suggestions on how to code this? This is what I have: char CommandLine[4096]; ... sprintf( CommandLine, "scp user@OtherMachine:/../../file.gz ." ); system( CommandLine...

Part and Inventory Search

Back
Top