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

SCP - Interface

Status
Not open for further replies.

TamedTech

IS-IT--Management
Joined
May 3, 2005
Messages
998
Location
GB
Hello Guys,

I've configured myself a small Linux box with an FTP style site that uses SCP as this was reccomended to me to be much more secure due to its encryption.

Now, the problem i have is sending files to the server, I am using a small app called WinSCP on my pc and i can simply drag and drop files accross onto it.

Now, i'm looking to simplify this process for my clients so they can upload info, preferably through some form of web interface that can be hosted on a seperate box.

I'm a ColdFusion developer and have been skulking around for some time now trying to get my CF code to post files using SCP protocols, but no such luck.

I could do this hand down if i were using standard FTP, of even sFTP, but this SCP has really got me stumped.

Any ideas?

Rob
 
if coldfusion can run DOS commands then use an applet called

pscp, part of putty and supporting all flags of scp on linux.

Cheers

QatQat

Life is what happens when you are making other plans.
 
Thanks guys,

I didnt think about Perl,

I'm using Perl for a reasonable amount of other functions on my box.

I'd been trying to get my web interface to push the files through SCP down to my box.

But i think i'll run Perl on my box and have it Pull the files from my webserver on a regular basis.

Thanks,

Rob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top