That would probably sound weird but in spite of all FTP protocols's weaknesses and insecureness my boss still wants me to send files to the ftp server. It's an out-of window app with elevated trust. So I guess there is a way. I've tried to find any good examples but I found none. Would you guys help me here? Maybe I can use sockets and would able to make it work. They even agreed to re-config the server to use some other port.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

You can use third-party components, such as our SecureBlackbox. If you have out-of-browser application, you should not be restricted to specific ports, so there should not be any problems in this aspect. Of course, only passive mode is supported in Silverlight, but again this is not a problem. And BTW SecureBlackbox supports both FTPS (FTP over SSL) and SFTP (SSH File Transfer Protocol) if you later decide to switch to secure communications.

link|improve this answer
@Azgam FTPSBlackbox package price is about $140 or so. – Eugene Mayevski 'EldoS Corp Dec 16 '11 at 18:49
I'm trying to use BlackBox libs. Works on WinMachine both local and remote but fails on Mac when I'm trying to create new TElSimpleFTPSClient(). Says: Attempt by security transparent method 'SBCryptoProvWin32.TElWin32ProviderInfo.AcquireProvider()' to call native code through method 'SBWinCrypt.__Global.CryptAcquireContext(UInt32 ByRef, System.String, System.String, UInt32, UInt32)' failed. Methods must be security critical or security safe-critical to call native code. – Agzam Dec 16 '11 at 23:54
@Agzam please use our support channels (forum and helpdesk) to get help with our products. – Eugene Mayevski 'EldoS Corp Dec 17 '11 at 7:47
Can you at least tell me if there is any working ftp solutions on Silverlight using FTPSBlackBox that work on both PC and Mac? Maybe nobody ever tried to use that outside Windows and all my attempts to make it work are Sisyphean? – Agzam Dec 19 '11 at 17:02
@Agzam Silverlight 3 and 4 don't have any OS bindings and should work on Mac. If you are trying Silverlight 5, then we probably need to make special set of SL 5 assemblies for SL/Mac. This should be discussed on our site, not here. – Eugene Mayevski 'EldoS Corp Dec 19 '11 at 17:16
show 2 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.