Comments
-
Hi To answer your question, I currently have 3 MFT domains on the sever and they all share the HTTP listener protocol The first domain has the listener, the other domains share the listener by way of virtual host configuration So the MFT domain my client is looking to connect with their CURL script doent have a listner in…
-
Hi alcogroup I used the standard Search filter from the Admin guide as well (&(objectclass=user)(userPrincipalName=$LoginID)) My setup appears to work of, but as earlier post my users are all in a single ou, perhaps you need to set your base dn at the highest level of the users For me to get Servu working I needed to set…
-
Not Yet and doesnt apear on the road map
-
Setup a Automated File mangement rule for the MFT Domain home folder with 7 day execute set up a domain activity log. to save to my server and rotate every day Reviewed the log after the file management rule ran the rule deleted the files form the Domain root and all sub folders, sub folder structure still present and…
-
Hi Marvin Yes I think this is my support call I worked with citrix late last week to attempt SSL Offload, spent over 2 hrs with them This is their response As discussed yesterday, we could confirm that the requirement to do the SSL Offloading for SFTP over SSH is not feasible requirement (or a feasible use case) to achieve…
-
So it would appear that the automated file management server rules cannot clean any sub directories if you set the rule to the root? you need a rule per directory? If this is the case better served by a batch or powershell script on a schedule then
-
Thanks fluffy midnight I was able to generate a key file from a CA certificate that was 2048 bits and manged to Import this key to Serv-u Now when I connect with WINSCP I am prompted to save the new key to the cache. Must have been an issue with the key I generated
-
gnoonan brilliant, wish I had seen that sooner, Thanks
-
Not sure how your LDAP app search works, but I found that I had to bind an account before I could successfully do a subtree search with LDP.exe My users for MFT are in a single OU, so most like dont have your issue, but if I set the base DN for the search, then select Subtree I can search for gouup, etc from the sub…
-
Thanks for the Advice, this is exactly what my client wants to do, they too are using CURL Did you need to enable HTTP PUT on the Serv-U server?, when they test this they seem to get a 501 Not implemented error. I should add that my client hits HTTPS site (Load Balancer) where the SSL is terninated which then passes the…
-
I should have added my test users were able to access both MFT domains and upload file as per the directory access I set
-
gnoonan, 2nd this, Winscp has built in capability to generate script or .NET assembly code such as powershell to assist in upload/download files to MFT the client would still need to have some sort of scheduling mechanism to trigger the scripts.
-
Hi, I have asked the same question of Citrix and am hoping they can assist (netscaler is their product, another reverse proxy) The reasoning behind offloading the encryption traffic is to enable accelaration, and have the appliance perform the encryption/decryption rather than server - ie performance I am testing this…
-
I got a response from Solarwinds support, See below "the MFT web client translates the File and Folders dates to US format ? Even though the Host MFT Server (Win 2012) is set to Australia region and dd\MM\YYYY format - Yes, even you are using other timezone or region it will translate the date format to (mm/dd/yy) in web…
-
Reply from Solarwinds technical support: Serv-U doesn't really have a recommended Anti-virus exclusion list. It's up to user whether to exclude the Serv-U folders:C:\Program Files\SolarWinds\Serv-UC:\ProgramData\RhinoSoft\Serv-U Kind Regards Lead Shake SolarWinds Support Team If you have any feedback (Positive or Negative)…
-
Hi Mike987 I cant find the file in my windows server instalation of Serv-U MFT Perhaps if you advise where this is located on your system may give a clue Have you checked properties of the file, may give you an indication of usage and provider Cheers
-
If you are looking to have multiple domains on the same host server, take a look at the Admin guide If its the same server\IP, then you will need to share Serv-U Listeners ie Port 443 You will also need a Virtual host name for each domain Virtual host Domain 1: Domain1 Virtual Host Domain2: Domain2 I have my customers…
-
Not sure if this applies for SFTP In the Configure default groups area for AD\LDAP there is a Welcome message Button I have used this for a user welcome message, perhaps you could use this for your disclaimer This pops up prior to displaying the client\Server folders for WINSCP I'm using the web client, so can use the…
-
Hi there After you select Window Authentication then Tick the Use Windows Group Home directory Did you perform the following: Set the windows Domain (optional) In the Windows User group directory did you set a home diectory Such as E:\Home or the Domain variable '%DOMAIN_HOME%\%USER%' Also in the Windows Groups area you…
-
I used Scheduled Task with Winscp and Powershell script to achieve this result Winscp has a good extenstion that can help you formulate the script to upload\download files Powershell sample: $session = New-Object WinSCP.Session try { # Connect $session.Open($sessionOptions) # Transfer files…
-
Have you set the LDAP Login Suffix? '@yourdomain.com" Have you set your Base DN in the LDAP server setting to where the users are? I'm using a dedicated service acct that runs serv-u for the LDAP connection rather than my admin acct. try this url re LDAP: LDAP Authentication in Serv-U Also you may find that you need to set…
-
Looks like this is not currently supported Logged a support call to Solarwinds - Suggested to make a request feature, which I have done Will see progress Update: I managed to create my Groups manualy in 1 MFT domain and backup\export to another server Backing Up or Moving Serv-U Settings that services the same domain, this…
-
Not sure if this is what you want, but I just set up an SFTP (SSH) domain and when I connect with WINSCP Check Session, Server/protocol information option
-
Hi Etaftm I have a script that moves a file from one folder to a specified folder after its downloaded that runs on a MFT event of a file downloaded Script: ## Assign source file full path argument to variable $SrcFullPath = $args[0] $DestFullPath = "" ## Does srcfullpath contain the word 'ptuff'? Only action if true…
-
Hi, I managed to set up a Windows cluster behind a load balancer succesfully After installing the Application and performing the initial config. I followed the steps from the Backup and migration procedure from the first node to the second node as per: https://www.serv-u.com/kb/1047/Backing-Up-or-Moving-ServU-Settings Copy…
-
Hi There I found that Windows Authentication method can only Map to the connected AD OU level If your users are in different OU's, you may need to replicate the AD structure in the Windows groups area of MFT and assign application permissions to the application groups you created My Users are all in the same OU and I found…
-
Hi jeffdorr Just an idea that you could try The LDAP Authentication Tab in the users section of your MFT domain appears to be able to specify the LDAP port I have used the standard port (389), however you could try setting this to some other port as long as your LDAP server is listening on the port and your firewall allows…
-
Reply From Solarwinds Support: According to the Solarwinds\MFT Developer Serv-U supports every timezone and daylight saving time changes only if operating system supports it. MFT just takes the time and timezone from OS and use it in logs and other areas. Logfiles are plain text files, and each line is appended at the end.…
-
Answering my own Question, as the response from support was a little confusing Performed some testing to determine the experience Test 1 MFT Server set to Non Daylight saving time (EST), Client as Daylight Savings (DST) Server Shows Time of uploaded file according to Server time (Eastern Standard Time) - Windows Explorer…
-
After verifying I was running Serv-u version 15.1.4.6 and confirming Desktop site version access via mobile device. The developer replied that after their investigation they found a bug in Serv-U with Welcome message. SolarWinds advised Bug will be fixed in future releases but we cannot specify exactly when. For workaround…