
- #WING FTP SERVER SEND EMAIL SCRPIT HOW TO#
- #WING FTP SERVER SEND EMAIL SCRPIT SOFTWARE#
- #WING FTP SERVER SEND EMAIL SCRPIT PROFESSIONAL#
- #WING FTP SERVER SEND EMAIL SCRPIT FREE#
More information about LDAP authentication can be found here: ĭone! With just a few steps, all the staff in your company can log in with their email address and password, and it means USER/PASS can be synchronized in real-time from the SMTP server. So please use the settings of LDAP authentication instead, just check on the option "Domain > Settings > Authentication Settings > LDAP > Enable LDAP Authentication," and leave the host field empty, then specify a default home directory with necessary permissions.

But after login, you will see an empty folder because you never set up the home directory for the SMTP authentication. Now you can connect to the FTP server if you provide a matched email address and password. Here, the Lua API "c_TestSMTP" is an internal API for testing SMTP connection, the 5th parameter "" means the SMTP server address, the 6th parameter "25" means the SMTP server port, and the last parameter means whether use TLS/SSL connection. If c_TestSMTP("smtplogin", USER, USER, 1, "", 25, USER, PASS, 0) then For example, if you want to add a user to the server. You can add the following Lua script into the FTP (or HTTP/SSH) event "BeforeUserLoggedIn": local USER = "%Name" You can write Lua scripts simply by using standard Lua libraries and Wing FTP Servers Lua API.
#WING FTP SERVER SEND EMAIL SCRPIT HOW TO#
But if your company does not have an LDAP/AD server, then how to handle user authentication without adding a local user? Yes, it is possible if you have an SMTP (email) server enabled in your company, just use your email address and its password for the FTP server login. String the lua script text for the task.īool whether to reset the task, true=yes, false=no.Wing FTP Server supports LDAP or Active Directory authentication without creating any local users, and it is very convenient. Plugin Name: Send Files Description: Generate multiple weblinks and send them Author: wftpserver ( Version: 1. String the time string of first starting task, such as 09:09:09 Programmable Event Manager - Use the Event Manager to execute Lua script, send an email notification or run 3rd party program. String the date string of first starting task, such as Int means the day number when you select weekly task or monthly task. It supports multiple file transfer protocols, including FTP, FTPS, HTTP, HTTPS, and SFTP, giving your clients flexibility in how they connect to the server.
#WING FTP SERVER SEND EMAIL SCRPIT SOFTWARE#
Int the task scheduler type,0=one time task,1=hourly task,2=daily task,3=weekly task,4=monthly task Wing FTP Server is an enterprise FTP server software that can be used on Windows, Linux, and Mac OS. Get a task scheduler table on success, or nil on error.Ĭ_AddTask(string strTaskName,int nType,int nDay,string strDatefrom,string strTimefrom,string strScript,bool bReset) Reset to the default logo for all domains. String the image path of your company logo. It supports multiple file transfer protocols, including FTP, FTPS, HTTP, HTTPS, and SFTP, giving your clients.
#WING FTP SERVER SEND EMAIL SCRPIT FREE#
String the current operating system type, such as "Windows" Wing FTP Server Corporate 7.1.2 (圆4) Multilingual 18.5 Mb Wing FTP Server is an easy-to-use, secure, powerful, and free FTP server software for Windows, Linux, Mac OS, and Solaris. Get the latest version of Wing FTP Server. String the latest version of Wing FTP Server, such as "3.0.0" Wing FTP can also be clustered using Wing Gateway to provide simple load balancing solutions. The event manager can be used to execute Lua scripts, send email notifications, or run third-party programs. You can access the server from anywhere with a web browser.

Get the installed version of Wing FTP Server. You can monitor the server's performance online and receive email notifications about any events on the server.

Send my password A password will be e-mailed to you.
#WING FTP SERVER SEND EMAIL SCRPIT PROFESSIONAL#
String the installed version of Wing FTP Server, such as "3.0.0" Wing FTP Server is a professional cross-platform FTP Server featuring speed, reliability, user-friendly and customization. String strSmtpServer,int nSmtpPort,string strSmtpUserName,string strSmtpPassword,bool bSmtpNeedAuth,bool bUseSsl,bool bHTML) String the receiver's email addresses, multiple email addresses can be separated by a commaīool mail content is HTML?, true=yes, false=no.īool return true if email is sent successfully, otherwise return falseĬ_SendMailComplete(string strTo,string strSubject,string strPlainText,string strAttach,string strSenderEmail,string strSenderName, You can write Lua scripts simply by using standard Lua. It will help you to complete a complex scheduler task or a useful FTP LOGIN event or just a simple console command. Lua scripts can be used in several cases, such as task scheduler, event manager, and administration console. Replace all the global variables of the source string and return it.Ĭ_SendMail(string strTo,string strSubject,string strPlainText,string strAttach,string strSmtpName,bool bHTML) Wing FTP Server includes support for the Lua scripting language.
