PDA

View Full Version : Image transfer GUI by using c#



sanda199
December 26th, 2012, 07:07 AM
Hi everyone, I am juz a newbie to ubuntu. Now i need your help. I want to transfer image between 2 ubuntu computers. I need to use C# as well. So if you have any clues, pls help me. Thanks. I really appreciated your help. Thanks again

chadk5utc
December 26th, 2012, 07:21 AM
the command your looking for is "sftp" secure ftp heres a good link with examples how to use it.
http://www.cyberciti.biz/faq/sftp-file-from-server-to-another-in-unix-linux/

Some Penguin
December 27th, 2012, 06:29 AM
This isn't a "do my homework for me" forum.

PaulM1985
December 28th, 2012, 04:27 PM
Have you looked on google for port and socket examples in C#?

http://msdn.microsoft.com/en-us/library/system.net.sockets.socket.beginsendfile.aspx or you could use http://msdn.microsoft.com/en-us/library/sx0a40c2.aspx

There is a send file function on the C# Socket class.

Paul

sanda199
January 9th, 2013, 04:02 AM
Have you looked on google for port and socket examples in C#?

http://msdn.microsoft.com/en-us/library/system.net.sockets.socket.beginsendfile.aspx or you could use http://msdn.microsoft.com/en-us/library/sx0a40c2.aspx

There is a send file function on the C# Socket class.

Paul


Thanks a lot.. I will try with it. :)

sanda199
January 9th, 2013, 04:03 AM
the command your looking for is "sftp" secure ftp heres a good link with examples how to use it.
http://www.cyberciti.biz/faq/sftp-file-from-server-to-another-in-unix-linux/



Thanks a lot. I will try with it. :)