ftp security


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting ftp security
# 8  
Old 03-20-2002
Where (directory) can I find 'scp'? I typed in 'scp' on command prompt and it says 'ksh:scp not found'.

sftp....gave error...'connection refused'..

Smilie
# 9  
Old 03-20-2002
Scp doesn't come alone

In order to use scp, you need to install SSH. Otherwise, scp is in the bin direcory of your SSH install.

Try this:
Openssh
penguin-friend
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. AIX

Unix security -- FTP service????

I would like to ask for you suggestions or comments see if you can help. Since system auditing is under progress and the AIX is the main investigated unit. They are asking to disable the FTP service to enhance the security but I doubt. For daily use, the FTP will help administrator to download... (1 Reply)
Discussion started by: shanemcmahon
1 Replies

2. HP-UX

ftp security

Hi all, Are there any white papers on setting up ftp, where a user logs in from any system to put a file on another UNIX machine. eg. the external user puts a file in "ddd". We only want them to have access to this directory for write purposes and access no where else. Can we put an acl... (2 Replies)
Discussion started by: lbeard
2 Replies
Login or Register to Ask a Question