1

I am doing projects on ftp. On my client side they have ssh. Until now I done application without ssh, I don't know how to transfer files over ftp when there is ssh over it.

I want to do it in C# 2.0. How to do it? Any information regarding this will be very helpful.

3 Answers 3

1

You typically use the Secure Copy Program (scp), rather than ftp (or sftp).

Sign up to request clarification or add additional context in comments.

Comments

1

There is a lot of documentation on Wikipedia, about the (non-)standard etc.:

http://en.wikipedia.org/wiki/SSH_file_transfer_protocol

However, note that there are alternatives: You can remotely execute "ls" using ssh and you can use scp to copy files.

If you really want to use sftp, my best guess for C# is to remote-control psftp.exe

Comments

0

If you need a third party component for this, I've had good luck with Chilkat's.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.