Quantcast
Channel: THWACK: All Content - Serv-U FTP Server & MFT Server
Viewing all 659 articles
Browse latest View live

Copying\Moving files once uploaded

$
0
0

Hi All
Can anyone please help me with the following

 

I am trying to set up a batch file which gets executed once a file gets uploaded

Creating the event is the easy part but creating the batch file is driving me insane

 

all I wont to do is to copy one folder called serv-u to a unc patch e.g. \\contoso\uploads

here what I have wrote

robocopy D:\Serv-U\ \\contoso\uploads\ /e /zb /SECFIX /copyall /mir

but as this is not run as admin it wont work but I cannot think of another way to do this or to get it run as admin

 

 

Many thanks


Copy users home location after a upload

$
0
0

Please can anyone help.

 

I am trying to get either a batch file orpowershell script to run, which copies what a user uploads to their home directory onserv-u to another server. But I would like it too, even copy their home folder so that when it get to the other server, they will see a folder called their login name

 

My idea was to create a batch file which used $loginID from serv-u to input the last part of the location e.g

robocopy d:\serv-u\%1\ \\new\server\%1

%1 would equal the $loginID from serv-u but this doesn't work.

 

Any help on creating a script which would copy a user's home directory fromserv-u to another server when they have uploaded a file would be much appreciated

 

Cheers

Using Serv-U Event Command Line Parameters with Windows Batch files

$
0
0

Hi

 

I'm trying to pass a file name to a windows batch file after the file is successfully uploaded to the FTP server. I'm able to execute the batch file without any problems just don't know how the pass the name.

 

 

Thanks,

 

Jeff

Serv-U Office 365 SMTP Settings

$
0
0

Has anyone successfully setup SERV-U smtp authentication using office 365?  I could use a relay server but that is rather hacky and wouldn't work for the "File Transfer" piece of Serv-U.

 

If you have setup the smtp configuration for serv-u and you have office 365, please provide me with the appropriate settings.

 

Thanks,

Charles Daniel

Duplicate Windows Group Configuration (OU) To another Serv-U - (Clustering)

$
0
0

Hi Guys,

 

I have a question considering cluster configuration. We have two servers with Serv-U installed on each behind a LoadBalancer. Everything works fine ! I have understood how really works Windows authentification (OU) to be able to keep NTFS Permissions and everything works perfectly but. I have configured one server (the configuration is pretty long because of our infrastructure is pretty complex)

 

So my question is : Is there a way to be able to duplicate Serv-U Windows Group Configuration to the other server or should I configure manually the second server like the first one?

 

Thanks Guys !

 

Best Regards,

Communication between Serv-U MFT and Serv-U Gateway

$
0
0

The documentation for Serv-U mentions that the communication channels between Serv-U and Serv-U Gateway always encrypt all traffic between those two system. I understand the communication between Serv-U MFT and Serv-U Gateway uses TCP port 1180 on Serv-U Gateway.

 

What I would like to know is what encryption method is used to encrypt the traffic between Serv-U and Serv-U Gateway servers.

 

 

Thanks

Nikhil

Core FTP issue

$
0
0

Hello,  We are using Serv-U 15.1.1.108 and have a client trying to connect to our SFTP server using Core FTP LE v2.2 build 1819.  Every time they try to connect, we see in the logs...

[31] Wed 10Feb16 11:06:20 - (003060) SSH Protocol Error: unable to choose cryptos.

[02] Wed 10Feb16 11:06:20 - (003060) Closed session

 

I found where "unable to choose cryptos" means that Serv-U and Core FTP LE don't have a compatible cipher they can both use to encrypt the connection.  I sent the client a screen shot of what Serv-U has for ciphers and they sent me a list of the three Core FTP LE has, which are on Serv-U's list.  We tried changing the Core FTP LE order in which the ciphers are tried, but that didn't help.  We've had problems with Core FTP in the past, but that client was able to switch to FileZilla.  This client can't.  If anyone has any suggestions on what might be causing this and how to fix it, they would be appreciated.

Writing to transactional or remote MSMQ on event

$
0
0

I'm trying to build a bus between Serv-U and SQL Server that registers file uploads. To that end, I've built a WCF service using msmqIntegrationBinding to receive the queue messages written by Serv-U and update a database table. Mostly this works fine, but I have two issues:

 

  1. WCF has an auto-retry feature built into its MSMQ bindings that I would like to leverage for when the SQL update fails, but this feature only works with transactional queues, and Serv-U will seemingly only write to non-transactional queues. Is it possible to write to a transactional queue?
  2. I can't write to a remote queue, only a local one. The documentation I've found indicates this should not be an issue: "Message Queue Path: The MSMQ path that addresses the queue. Remote queues can be addressed when a full path (for example, MessageServer\Serv-U Message Queue) is specified." I'm sure I'm just getting the syntax wrong, but I have tried every permutation I can think of to address the remote queue. I have verified that I can write to the remote queue from the Serv-U server outside of Serv-U. Is there an example of the syntax for addressing a remote queue ("MessageServer\Serv-U Message Queue" as cited does not work).

Manage blocked IP Serv-U

$
0
0

Is there anyway to managea blockedIPviacommand lineorfile manipulation?
I wanted to createan automated systemtounblockan IPthrough an eventorscriptcommand.

Anti-Virus MFT Gateway

$
0
0

Hi,

 

We've implemented Serv-U MFT in our company with a gateway in our DMZ.  We are embarking on a project whereby partners SFTP files to us and we obviously want to ensure they are not pushing malware into our network.  Any files written to disk will be scanned, but this means they've already hit the internal network and I'd rather  have a mechanism that stopped them before this.  Serv-U MFT apparently integrates with all well known AV products... but how?

 

I'm thinking that the gateway maybe able to offload the scanning of traffic to our AV appliances by way of ICAP.  This possible?  We use Websense/Triton which itself apparently supports ICAP.

 

The only other way I can see is by writing the files to a quarantine area in the DMZ, triggering a scan and then moving them on afterwards.

 

Your advice and experiences most welcome.  I would have thought that this is a very common requirement?

 

Regards

 

Mark

Re-direct to login page

$
0
0

Is there a way to redirect users to the login page instead of displaying the 401 error and having the user click the "Please login before attempting this operation"?

Background:

Moving from a different ftp system, clients were given URL's that contained sub-directories, such as: https://url.name.com/user01.  We'd like to keep the current URL's that our clients have, we have a lot, just point the domain name portion of the URL to the new serv-u ip.  When we do this, we get a "401 Unauthorized, you are not logged in" page with a link the client must click on.  This then directs them to the login page.  Can the system be configured to NOT have to click the link, just go directly to the login page?

 

I just may be missing where to set this up, so any direction would help.

 

Thanks,

Brian

Serv-U test against Qualys SSL Labs SSL Server Test

$
0
0

Could SolarWinds Engineers test their Serv-U implementation against Qualys SSL Labs SSL Server Test?

Qualys SSL Labs - Projects / SSL Server Test

https://www.ssllabs.com/ssltest/

 

Serv-U test against Qualys SSL Labs SSL Server Test

Qualys SSL Labs - Projects / SSL Server Test

https://www.ssllabs.com/ssltest/

 

1. I would like the ability to disable older protocols like SSL2, SSL3, TLS 1.0 and only allow newer protocols such as TLS 1.1 and TLS 1.2.

 

2. I would like the ability to disable Insecure Cipher Suites such as:

SSL_CK_DES_192_EDE3_CBC_WITH_MD5 (0x700c0)   INSECURE

SSL_CK_RC4_128_WITH_MD5 (0x10080)   INSECURE

SSL_CK_RC2_128_CBC_WITH_MD5 (0x30080)   INSECURE

SSL_CK_IDEA_128_CBC_WITH_MD5 (0x50080)   INSECURE

 

3. I would like them to address OpenSSL CCS vulnerability (CVE-2014-0224)

https://community.qualys.com/blogs/securitylabs/2014/06/13/ssl-pulse-49-vulnerable-to-cve-2014-0224-14-exploitable

 

4. I would like support for Forward Secrecy.

https://community.qualys.com/blogs/securitylabs/2013/06/25/ssl-labs-deploying-forward-secrecy

MOVEit_Freely Download Problems after Serv-U v15.1.3 upgrade

$
0
0

Hello,

 

we done the Serv-U MFT upgrade from v15.0.1 to v15.1.3 and after this customer got download problems when they use the MOVEit_Freely FTPS client.

In one case the client cannot login and at a other case sessions get terminated while downloading files.

 

Is there someone who has similar problems with this client.

Downloads with FileZilla client are fine.

 

At the server we have enabled all TLS1/1.1/1.2 and SSL3 ciphers.

 

Regards,

Daniel

Issue With AD authentification

$
0
0

HI Guys,

 

I have a question.

 

I need to give access for multiple AD account who are in the same OU.

I explain I need to give access to 5 Spain AD users who are in "Spain" OU but in this OU I have 250 users.

 

When I configure group with the good AD Tree OU in Server-U everything works fine for the 5 Accounts but for 250 users too.

And I don't want that these 250 users can connect to my MFT.

 

Could you help me ?

 

I have tried to create a Global Security group with these 5 users .. but no success.

 

Best regards,

SURV-U Setup SFTP (SSH)

$
0
0

Hey guys,

 

I am trying to setup a secure FTP with SSH to allow an outside company t send us data multiple times a day. I am not an expert on SSH and see there are what seems to be many ways to do this. I have a KEYGEN but could use some help in setting up this on the SERV-U.

 

Thanks In Advance

 

G


Serv-U FTP - User properties automatic export/report

$
0
0

Hi,

 

Is it possible to somehow by command/automatically generate an export of all accounts and it's different properties?

I'm interested mainly in enable/disable state, last logon, and description fields. I don't need all other settings.

 

I know I can export things manually via the GUI, but this is to be used for billing and administrative purposes so don't want to rely on manual work.

 

(I don't host our Serv-U FTP solution personally, so don't know how/where the user store is located for Serv-U)

 

Thx.

/Rickard

Serv-U mft question

$
0
0

I am trying to decide between purchasing FTP or MFT versions- we are a small company- any suggestions?

Serv-U MFT Server security

$
0
0

i see each day a lot of break in attempt on the server coming from asia and russia and europe i add the full ip class in IP rules

but the list is growing a lot , is there a way to prevent more effectively those kind of attempt from strangers on the server ?

Scheduler wont delete files

$
0
0

Hi guys,

I can't get ftp scheduler to delete files from server, I've tried using the "move down" which should delete the files from server after downloading them but the files are downloaded ok but they remain on server. There is a message in logs to say files not found or delete is disabled on server but its not, I've set folders permission to 777. If I use Voyager ftp I can select multiple files and use the Move button and it works perfectly (moving then deleting the files). I've also setup a separate schedule to just delete the files but it wont delete all the files, using    dir/*.txt    although it will work with a single file like  dir/file1.txt.

any suggestions appreciated...

Multiple FTP domains with seperate Home drives and access via Active directory groups

$
0
0

Hi All

My Org has Just sourced Servu- MFT and I have been tasked with set up

My org want to be a able to create multiple FTP domains for different customers and each doamin would have its own storage

 

We also wish to enable AD integration

 

I would like to have each client user access the appropriated FTP domain based on AD groups, is this even possible

based on my reasearch to date, Serv-u can enable access based on AD OU however all my orgs users are in a single OU

 

Challenges, but can anyone advise or assit?

thanks

Viewing all 659 articles
Browse latest View live