Page 1 of 1

Import users from Serv-U FTP Server

Posted: Mon May 04, 2015 8:34 am
by FTP
-- Description: Import users from Serv-U FTP Server
-- First, export Serv-U user accounts into a CSV file via the "Export" button
-- Then execute the following command in WingFTP's Administration Console: dofile('c:/serv-u-import.lua')
-- Serv-U version >= v10
-- WingFTP version >= 4.4.6
-- Author: Luke
-- Date: 2015-5-3

Image

Image


You can download the lua script here: https://www.wftpserver.com/bbsres/serv-u-import.lua
And please modify the first two lines into your own:

Code: Select all

local csv_path = "The CSV file path"
local domain = "The domain name"