Rebex incorrectly recognizes NOOP 200 server response as premature transfer...
Hello,I'm using NOOP command during transfers (KeepAliveDuringTransfer option) to avoid control connection being closed by routers/modems of our users leading to a timeouted transfer.However, one of...
View ArticleAnswered: Can Log Teriminal History to a text file?
Hello,you can save a communication recording to a text file using terminal.Recorder property (terminal variable can be a type of VirtualTerminal or TerminalControl, both types have this property.) You...
View ArticleSFTP GetFile - How to retain original date/time file when copy
Hi;I'm evaluating Rebex SFTP for purchase, I'm downloading files and copy them in a folder but the files date/time is the current not the original in the sftp folder.How can I retain the original...
View ArticleAnswered: FTPS connection failing, I think due to server broadcasting...
Yes, please set the Ftp.Settings.IgnorePassiveModeAddress to true. This will use the server's IP instead of the announced 10.x.x.x one.
View ArticleGetting error for SFTP - /Myfile.txt is not a file or directory
Hi,Our customer getting strange error for one server where they do have read/write permission. Looks like following piece of code failing when GetItems is called. client is FileTransfer Client....
View ArticleSFTP filepath
Hi, I'm trying to send a file to an SFTP server. I can connect to the server without a problem, but when it comes to sending the file nothing happens. I suspect it may be the file path although I've...
View ArticleAnswered: Getting error for SFTP - /Myfile.txt is not a file or directory
The exception says that the FileTransferClient was unable to determine the type of the item - file or directory ("/Myfile.txt" in your case).Can you please post here or send to support@rebex.net DEBUG...
View ArticleClearing the message flag from outlook
When my application is processing messages from a inbox and a issue arises, I flag the message ex: SetMessageFlags(id, ImapFlagAction.Add, ImapMessageFlags.Flagged)This flags the message (all messages...
View ArticleAnswered: How to execute an external process using Rebex SSH Server?
You are right, Rebex File Server doesn't support executing external commands. Its simplified virtual shell is mostly supposed to complement SFTP and SCP protocols and all the built-in commands only...
View ArticleAnswered: SSH Client for mercurial
This is possible, although I'm not quite sure it's going to be faster than plink (it's a native app after all).To give it a try, I wrote RebexLink console application and I was able to clone a...
View ArticleAnswered: Rebex File server sftp throughput
In Rebex File Server 2017 R1, we added FileServer.Settings.ReceiveBufferSize and SendBufferSize properties that offer more control than UseLargeBuffers. Customers have reported noticable speed increase...
View ArticleRunning multiple virtual terminal controls simultaneously in one application
I'm having a strange issue with running multiple instances of the Virtual Terminal control within a single application. I am writing an app that will connect to devices (routers, firewalls, switches,...
View ArticleSFTP - x509 certificate authentication
Hi,I'm currently trialling the SFTP library and am looking for some assistance in setting up x509 certificate authentication (as detailed here:...
View ArticleAnswered: How to scp with sudo?
Unfortunately, this approach is not going to work. The sudo su USER command only affects the scripting session, not the SCP session you established later. Even though both sessions run over the same...
View ArticleAnswered: Impersonation - Exchange Migration
Hi,Here is a summary of information that we gathered from the web and from our Exchange administrator, who migrated our accounts few weeks ago. What you need to do is to allow impersonation of your...
View ArticleWhy Rebex takes a lot of time to get emails from outlook folder?
I am trying to download emails from my outlook account. In my outlook account, there is 20 Inbox folder. When I try to download emails from the folder it takes a lot of times.
View ArticleAnswered: How to scp with sudo?
In the current development build of Rebex SFTP, there is a new setting that makes it possible to process and modify the scp command and arguments before it is sent to the server. The following code...
View ArticleGet IP Address of Connected Client?
We're running a Rebex FileServer. It's working great. Clients can log in and upload / download files correctly. But for logging purposes, I need to get the IP address of the connected user when the...
View ArticleAnswered: Explicit FTPS and Proxy supported?
Hi, and thanks! Even though "double login" (or other FTP-level proxy type) over TLS/SSL would be technically possible, we decided not to allow this for several reasons:1) We have not encountered such...
View Article