1
vote
1answer
191 views
Compose HTML messages
Hi, finally already move from trial to full version of SecureIMAP, this tools are great, and thanks for all your help. I can do what I need in shor time and it was really easy.
My …
1
vote
1answer
321 views
About a tunnel of Socks5 proxy server
I would like to set up a tunnel to a socks5 proxy server, which is similar to the following command.
ssh -N -D 8888 root@remote.server
I already has a socks5 server run at remote …
1
vote
2answers
115 views
Issue: Cannot reuse Session across Sftp, Ssh, Scp, etc
The object Sftp, Ssh, Scp have a property named Session, which allows access to the SSH session. However there is no set implementation for this property. There is no way to open o …
1
vote
1answer
1k views
Permission Denied(publickey,gssapi-with-mic,password).
I am trying to get a file from a Linux box(XXX) which is in private network from another Linux box(YYY) whixh is in public netwrok using Putty generate public private keys.
using c …
1
vote
1answer
125 views
Retrieving the Message-ID
Hello,
How do I parse the Message-ID from the headers?
I have the following:
static void Main(string[] args)
{
Imap imap = new Imap();
imap.Connect("imap …
1
vote
1answer
208 views
Get FTP File Attributes
How do i get FTP File attributes like one can see in Permissions Column in Filezilla.
1
vote
2answers
93 views
Recursive SCP not supported?
After looking at Scp object, I see there are methods for transferring only one file at a time. There are no methods for transferring complete directories (recursively), even though …
1
vote
1answer
132 views
trying to use Rebex to do FTPS but force validation of certificate
I need to do FTP with SSL (FTPS). I can connect to the server (3rd party) using SecureFX if I check the Disable certificate validation, so that tells me their certificate isn't be …
1
vote
1answer
44 views
How to reconcile multiple versions purchased at different times
I just purchased the SFTP package since I needed to do secure ftp transfers for one of my new customers. So I downloaded the package and the secure ftp works fine. But now, my re …
1
vote
2answers
56 views
silverlight support
does this package supports silverlight?
anyone knows what it takes to make it support silverlight?
Thanks
Thank you for the quick reply.
we are, indeed interested in SilverLight …
1
vote
1answer
63 views
IMAP processing of mail header References with multiple msgids
Hi,
Using Rebex.Net.Imap 1.0.3723.0, .Net 3.5 VS2010
Seems that Outlook 12.0 does not enclose the msgids in the References mail header with angle brackets, so when the header is …
1
vote
1answer
18 views
FileTransfer pack .net 1.1
Please provide free trial download link for the FileTransfer pack of .net 1.1? And please give us details about the product upgrade policy i.e. if we want to upgrade file transfer …
0
votes
1answer
88 views
Permission denied (550) messsage when trying to upload a file
Why would I be getting an "Permission denied (550)" messsage when trying to upload a file? I know the FTP server is setup correctly as I am able to upload via the sample code and …
0
votes
1answer
18 views
Can’t log in with SFTP
When trying to log in using SFTP I get this exception: "Message with invalid length 707406378 was received." I can connect to the server but I can not log in.
0
votes
1answer
69 views
Login exception question
I'm getting a System.OutOfMemoryException when I do a Login command on my smtp client. Why would this happen?