--->

Dev Mode

Live Mode

Target Path: #htmleditformat( _targetPath )#

Delete Source: #_deleteSource#

select Path, Length, LastModified, IsDirectory from qmd_directory select Path, Length, LastModified, IsDirectory from qmd_directory
Created #htmleditformat( _targetPath )#
select Path, Length, LastModified, 'NO' Transfered, 'NO' Deleted from qmd_directory where isDirectory = 'NO'
Error: #htmleditformat( path )# to #htmleditformat( _localFile )#
select count(*) transferCount from qmd_files where transfered = 'YES' select count(*) deletedCount from qmd_files where deleted = 'YES'
Transfered #lsnumberformat( qmd_transferSummary.transferCount )# files.
Deleted #lsnumberformat( qmd_deleteSummary.deletedCount )# files.
select ftpSourceId from tbl_EAI_inboundFTPsources where ownerId = and ownerType = and ftpServer = 'ftp.fslibrary.com' and ftpUserName = and ftpDirectory = insert into tbl_EAI_inboundFTPSources ( ownerId, ownerType, ftpServer, ftpUserName, ftpPassword, ftpDirectory, inbound, outbound, connectionName ) values ( , , 'ftp.fslibrary.com', , , , 'N', 'N', )