Import users from Serv-U FTP Server

You can share your Lua Scripts with everybody here.
Post Reply
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Import users from Serv-U FTP Server

Post 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"
Post Reply