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

Virtual Path to user's network home folder for Windows User

$
0
0

I am trying to configure the Default Windows User Group such that their Serv-U home folder is read only on the local server, but provide them access to their AD home folder as a virtual path.  This is working fine for other paths that do not include a variable.  For the "home folder" path I am using "\\dfs_name\dfs_share\%USER%".  The problem seems to be that Serv-U interprets %USER% as username@domainname.  As you would expect, the users's home folder is simply username.  Any ideas on how to just pass just the username in the path?


Serv-U Issues since moving to Win 2012R2

$
0
0

Hi wondering if anyone can shed some light on this problem.

I was running Serv-u on a SBS 2008 server fine, clients could log in and their home directory was on a nas box \\companydata\data\1clients.

I have just moved the serv-u to a new Windows 2012 R2 server, copied the right config files across from old sever to new server and it seems to be working fine.

But now when I try to log in using a ftp client I'm getting 550 permissions denied errors, I have started the serv-u service as a user with network rights and the log files are recording:

 

[02] Sat 18Apr15 11:05:09 - (000007) Error logging in user "Marcus", permission denied by Serv-U access rules to access home dir "\\companydata\data\1clients".

It's driving me nuts as I've tried creating a new domain from scratch and new users, I can get it working fine using local folders on the c:\, also if I create a new folder on the nas \\companydata\test I can log in fine but then it says 550 /initiomdata/test: No such file or directory :-(

 

Any ideas would be great!

Serv-U & Browser FTP Behavior

$
0
0

Hello everyone,


I wanted to take some time to review FTP interaction; specifically the way Serv-U communicates with web browsers.

When you open up your Serv-U server to port 21 you give your users the option of coming to login from the many FTP client options.

In that list you will find your internet browsers (IE, Chrome, Mozilla) each browser has its own behavior and interaction with Serv-U.

 

When you go to a browser and type "ftp://10.110.X.XXX" and hit enter you will be starting the two way communication with the FTP server and the built in FTP client of the whatever browser you choose.

A typical Serv-U FTP communication will look something like this in the Serv-U / FTP client log (if the FTP client has a log)


- Connecting to XX.XXX.XX

- 220 - The 220 reply code is sent in response to a new user connecting to the FTP server to indicate that the server is ready for the new client

- USER XXXXXX (User login information)

- 331 User name okay, please send complete E-mail address as password.

- PASS ************ (User password information)

- User "UserName" logged in

- 230 - The server sends a 230 reply code in response to a command that has provided sufficient credentials to the server to grant the user access to the FTP server.


After this comes a combination of varying commands to retrieve information, apply configuration, and direct the user to correct directory.

After the FTP client sends the list of commands it will send a LIST command to the Serv-U server

Once Serv-U receives that LIST command it will send a the directory listing for that user.

 

Now for the interesting part. Serv-U is only listening for commands and replying to hose commands it does not dictate how or in what order a FTP client send the commands or when it logs off and on.

As you will see in the following test EVERY FTP client interacts very differently with Serv-U.

There is nothing Serv-U can do to force the clients to behave the same or connect when something outside of its control is stopping that connection such as firewall, configuration, antivirus, ISP, or many other factors.

 

_______________________________________________________________________________________________________________________________________

 

In this example I opened a internet browser and follows the exact same steps each time

 

- Open the browser in privacy mode (to make sure information was not cached)

  Chrome = Incognito

  Mozilla = Private window

  IE = CTRL+SHIFT+P = InPrivte Mode

 

- Navigate to ftp://10.XXX.X.XXX

- Enter user name and password

- Open "Testing" Folder

- Open "Black 135i.jpg" in browser

- Navigate back

- Right click on Black 135i file and save as.jpg

- Close browser page

 

As you will see each browser handled the interaction VERY differently

 

_______________________________________________________________________________________________________________________________________

 

Starting with Mozilla version 32.0

 

It connects much like a typical FTP client (FileZilla, FTP Voyager) asking for credentials and

after a completed connection sending the LIST command to retrieve the directory listing and leaving the connection the Serv-U server OPEN

You will see in the attached (Mozilla FTP - 32.0.txt) file that once I start to navigate and preform the above steps Mozilla keeps the same connection and NEVER closes the connection.

When new information is requested Serv-U sends it and Mozilla displays or downloads that information.

Only once the Mozilla window is closed is the connection closed.

 

Here is a screenshot of that directory listing from Mozilla

Mozilla FTP.JPG

_______________________________________________________________________________________________________________________________________

 

Now to Chrome 37.0.2062.120

 

We see very different behavior as you are more than welcome to see in the attached log file (Chrome FTP - 37.0.2062.120.txt)

Unlike Mozilla Chrome does NOT keep the one original connection live the entire time.

Once Chrome logs in and completes the LIST command it immediately starts to download any additional files on that page and in its sub directories.

During testing I was unable to determine when it stops to do this and what its file size limits where and how it dictacts what is to large or small for this first mass download.
Because of this the log reads very differently than most FTP clients and constantly logs in and out of Serv-U.

One thing is for sure unlike FTP clients and Mozilla Chrome does indeed keep your username and password for its own use during the session.

Serv-U has NO CONTROL of how Chrome interacts with it and if you do not like the FTP logic it uses we can only suggest using a different browser or FTP client.

We also CANNOT stop a user from using Chrome or any browser / client.

 

Here is a screenshot of that directory listing from Chrome

Chrome FTP.JPG

 

_______________________________________________________________________________________________________________________________________

 

Next is Microsoft Internet Explorer version 10

 

For the sake of this example I simply attempted the exact same steps as the above connections.

After the initial connection which did reach Serv-U and prompt me for user credentials I was greeted with a "This page can't be displayed" message from IE

A review of the Serv-U logs showed me what was wrong (Attached as IE FTP - 10.0.9200.1708.txt)

Internet Explorer did not send the full  CWD (Change Working Directory) command like the other browsers

Without the Serv-U log showing me that the browser is not sending the correct information I would not know why this failed and if IE was the only resource for me as a user I would be stuck and would most likely have to contact the Serv-U administrator.

As a Serv-U admin there is nothing Serv-U can do to force IE to send the correct CWD command like both Chrome and Mozilla did.

 

Here is a screenshot from the failed IE connection

IE FTP.JPG

 

Additionally here is a discussion on TechNet concerning IE and its several issues with FTP connections

How do I open an ftp site using Internet Explorer 10?

_______________________________________________________________________________________________________________________________________

BONUS ROUND !

For our Windows users with issues with IE we have another method of native FTP connections

 

Simply open Windows Explorer (Windows Key + E)

and type the FTP address in the file path

Just like the browsers this will connect via port 21 to Serv-U and begin a line of communcation

Much like a standard FTP client and Mozilla this interacts with Serv-U in a typical manner with one connection requesting information as the user navigates the file directory.

Attached is the log named (Windows Explorer FTP - Windows 8 Enterprise.txt)

 

And a screenshot of a Explorer FTP connection

Explorer FTP.JPG

PCI-DSS : CVE-2005-4473

$
0
0

Hey,

 

Whenwe perform ascan "PCI compliant" on our external IP, we have a fail on 2005items.


ScreenShot070.png
ButSolarwindsindicates that they arePCI-DSScompliant.

Is it possibleto updatethisby myselfor do I haveto wait for anew release? It'srather urgent...

Best Regards

What We're Working On - Serv-U FTP Server, Serv-U MFT Server & FTP Voyager - Updated April 1, 2015

$
0
0

To receive updates on the Serv-U roadmap, JOIN thwack and BOOKMARK this page

 

The Serv-U product team is working hard to build several new and exciting features. Some of these changes include:

 

  • Improvements in LDAP support & usability
  • Enhanced security with support for stronger cryptography
  • Adoption of SolarWinds licensing framework
  • Scheduler Enhancement and Capabilities

 

PLEASE NOTE:  We are working on these items based on this priority order, but this is NOT a commitment that all of these enhancements will make the next release.  We are working on a number of other smaller features in parallel. If you have comments or questions on any of these items (e.g. how would it work?) or would like to be included in a preview demo, please let us know!

Pass var to text file - serv-u

$
0
0

e use serv-u events to fire off a OSQL command when a file is received.  The command looks something like this:

-S MyServer -U sa -P MyPWD -d Mydb -Q "EXEC dbo.MySproc @FileName = '$Filename'"

 

I have a bunch of users, so I want to put the above into a batch file.  That way if anything changes, such as we upgrade to a new SQL server like we're doing now, I don't have to edit every user.  I figured out the batch file part, that's easy of course, but not the part that passes the batch file the filename variable.  Does anyone know how I'd do that part - and have the batch file actually consume/use it?

 

We're using the latest version of serv-u, whatever version that is.  I can't tell but it says no update available.

 

Thanks in advance.

How to activate license Serv-U FTP after free trial expired

$
0
0

Hi,

 

I have purchased the license .But the free trial has expired .We can not activate the license.

 

Please advise us how to activate the license .

 

 

Thanks

serv-u ftp server with amazon CDN

$
0
0

How Can I use  serv-u ftp server  in  amazon CDN to improve the download speed ?

 

I have installed the SERV-U ftp on the server and we provide the login details to client to download the softwares. I want to improve the download speed by using the CDN.

As per my testing and investigation , the SERV-U ftp server use the authentication method to download the sofware so the when CDN is enabled then the software is download from the orgin server instaed of the EDGE server of CDN

 

I am still confused so please check my question and can we use the SERV-U ftp server with CDN so I can increse the download speed.

OR

 

Any other solution to improve the download speed of our software distributaion process.

 

Thanks and regards

Rishikesh Vispute


Is it Possible to Customize the Interface and not just the Login Page

$
0
0

I have a nice customized log-in page but once logged in you get the "really nice" Serv-U themes and logos. Is it possible to customize the color schemes and logos inside the site?

Recursive directory list

$
0
0

Hi!

Does anyone know if Serv-U can perform recursive list (list -R)

File Sharing - Add Additional Files

$
0
0

This doesn't seem currently possible, so it may be more of a feature request, but I'll ask anyway.  Is it possible to add additional files to File Sharing Sent Files once the Sent File folder has been created?  This would be nice to have to be abled to add additional files without having to create a new file share.

Serv-U Issues since moving to Win 2012R2

$
0
0

Hi wondering if anyone can shed some light on this problem.

I was running Serv-u on a SBS 2008 server fine, clients could log in and their home directory was on a nas box \\companydata\data\1clients.

I have just moved the serv-u to a new Windows 2012 R2 server, copied the right config files across from old sever to new server and it seems to be working fine.

But now when I try to log in using a ftp client I'm getting 550 permissions denied errors, I have started the serv-u service as a user with network rights and the log files are recording:

 

[02] Sat 18Apr15 11:05:09 - (000007) Error logging in user "Marcus", permission denied by Serv-U access rules to access home dir "\\companydata\data\1clients".

It's driving me nuts as I've tried creating a new domain from scratch and new users, I can get it working fine using local folders on the c:\, also if I create a new folder on the nas \\companydata\test I can log in fine but then it says 550 /initiomdata/test: No such file or directory :-(

 

Any ideas would be great!

FTP Voyager

Serv-U disconnects instead of directory listing

$
0
0

Hello, I am running Serv-U 12.1.0.8 under windows 8.1.  It's been working until recently.  Now users connect and get disconnected.  Typical Serv-U log:

 

[02] Mon 02Feb15 23:26:03 - (000322) User "Pat" logged in

[03] Mon 02Feb15 23:26:07 - (000322) IP-Name: ip68-5-29-124.oc.oc.cox.net (68.5.29.124)

[02] Mon 02Feb15 23:26:25 - (000322) Closed session

[02] Mon 02Feb15 23:26:25 - (000322) User "Pat" logged out

 

User's log:

 

Status: Resolving address of Kleinhenz.noip.me

Status: Connecting to 69.122.182.213:21...

Status: Connection established, waiting for welcome message...

Status: Initializing TLS...

Status: Verifying certificate...

Status: TLS connection established.

Status: Connected

Status: Retrieving directory listing...

Command: PWD

Response: 257 "/" is current directory.

Command: TYPE I

Response: 200 Type set to I.

Command: PORT 192,168,1,119,229,38

Response: 200 PORT command successful.

Command: MLSD

Response: 150 Opening BINARY mode data connection for MLSD.

Error: Connection timed out

Error: Failed to retrieve directory listing

 

User is set for the proper rights, R-L-I.  There's been no change that I know of on my end.

 

I know my version is old.  I got it way back when, with lifetime support and updates - until the program was sold and everything stopped, including updates and support.  I was referred here, perhaps someone can help.  Any ideas what to check and how to troubleshoot?

 

Appreciate any help, even telling me where to post this help request properly - first time on this forum. This forum is listed as an archive - unfortunately I did not find an active Serv-U forum

FTP Voyager Hangs at Exit

$
0
0

FTP Voyager hangs almost 100% of the time when exiting the app. I usually exit by clicking the X at the upper right. It's marginally better if I remember to Disconnect the session and use the Exit FTP Voyager button. The only solution if it hang is to use Task Manager and kill the process.

 

Version: 16.0.1.3

OS: Win 8.1 and Win 7


FTP VOYAGER CRASHING

$
0
0

i have the latest FTP VOYAGER and in the last few weeks it has started giving me problems. Every time I upload something it does the upload and then crashes so if I need to upload something else I have to start again. I have no I idea why and it is really annoying. Has anyone else come across this or can suggest why and how to stop it happening please?

 

 

Thanks

Can Serv-U MFT server integrate with anti-virus softwares?

$
0
0

We plan to use Serv-U MFT server specifically for SFTP capabilities, so our clients/partners can send us files via SFTP. We would like any incoming files to be scanned by an anti-virus program before our application begins to process it.

 

While going through the product data sheet, I found the following statement:

"Completely implement your own security policy by integrating with existing antivirus, data loss protection (DLP) and disk encryption technology"

 

Could somebody throw some light on how we could integrate antivirus (we have symantec) so as to scan incoming files before application gets access to them.

 

Thanks,

ST.

How many guest email address can I add in Serv-U file share?

$
0
0

I would like to know the maximum guest email address I can add.

 

Thank you.

How can I change my Thwack Forum Username

$
0
0

Hallo dear Support,

 

i don't know where else to post this Problem. I tried to find a contact or Support page related to Forum itself but couldn't find any. Maybe too simple to find but i missed it.

In that case please guide me to right place. Otherwise i would like to Change my username for simple reason.

 

I thank you in advance for any help.

 

Kind Regards

SM

MFT File Sharing & HA

$
0
0

Hi All,

 

Is anybody using in production Serv-U MFT File Sharing (aka ad-hoc File Transfer) in a HA Multi-Tier environment ?

Any contribution would be much appreciated.

 

Many thanks

 

Regards

 

Claudio

Viewing all 659 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>