• Transferring files from inside a folder name that changes each day

    2
    0 Votes
    2 Posts
    6k Views
    D
    You can start the transfer from the folder above the one whose name changes. For example if your directory structure is c:\daily changes\10-27-2011, you would configure Auto FTP Manager to transfer c:\daily changes\ with all sub-directories. Your sub-directories will transfer even if the folder names change.
  • Automating our FTP transfers using batch files and Auto FTP Manager

    2
    0 Votes
    2 Posts
    8k Views
    D
    You can use the command line interface of Auto FTP Manager to accomplish your transfers. After Auto FTP Manager completes the transfer, it will exit so you do not have the software running multiple times. More details about calling the command line interface from your batch file is available here: https://www.deskshare.com/help/AFM/CommandLineInterface.aspx
  • Copying only changed files automatically

    2
    0 Votes
    2 Posts
    6k Views
    D
    Auto FTP Manager can transfer files that are changed by date or size. We have an article that explains how to configure this. You may find this article helpful: https://www.deskshare.com/resources/articles/afm_AdvancedFiltering.aspx After configuring the filter, you can test your automated profile to make sure it works as expected. When you are satisfied with the automated transfer, schedule it to run every day at 6PM.
  • Automatically start FTP transfer from a batch file or command line

    2
    0 Votes
    2 Posts
    6k Views
    D
    You can use the Auto FTP Manager command line interface to start a automated transfer profile. More details are available here: https://www.deskshare.com/help/AFM/CommandLineInterface.aspx
  • Mirror my website using FTP

    2
    0 Votes
    2 Posts
    7k Views
    D
    Yes, that will work using Auto FTP Manager. You will require 2 automated profiles. The first will download and keep a backup on your local PC and the second profile will upload from your PC to your mirror site. You can use the action rules to transfer new or changed files. Here is more information on setting action rules: https://www.deskshare.com/help/AFM/ActionRules.aspx Use the scheduler to execute each transfer profile separately and with enough time in between schedules so that there is no overlap of transfers.
  • Transferring MySQL database files to another PC

    2
    0 Votes
    2 Posts
    7k Views
    D
    Auto FTP Manager will transfer any files on your PC, including your MySQL database files. Transferring databases that are in use is not recommended, I suggest creating a snapshot or backup using the mysqldump utility. You can then transfer the snapshot of your database to your other PC.
  • How can I filter only certain filenames to transfer?

    2
    0 Votes
    2 Posts
    7k Views
    D
    In Auto FTP Manager you can select just the files you want using the filter function. For this case, edit your Automated Transfer profile, click 'Configure' next to Transfer Rules, and 'Configure' again next to Filters. Select the File Name filter, and choose 'I would like to Include' files having names 'Ending With'. Then in the text box, enter '_20.jpg,_21.jpg,_30.jpg,_31.jpg,' and so on to _35.jpg. The same can be done for the filename '_34_d.jpg'. Only files ending with these entries will be selected for transfer.
  • Can I email a transfer log of a scheduled FTP task to myself?

    2
    0 Votes
    2 Posts
    6k Views
    D
    Auto FTP Manager can email the transfer log to you, save it on your PC or network, or FTP the log file to a server. You can also choose to email the log on every transfer - or only when an error occurs. You can find information on the available transfer log settings settings here: https://www.deskshare.com/help/AFM/TransferLogSettings.aspx
  • Specifying a date filter for automated transfers

    2
    0 Votes
    2 Posts
    7k Views
    D
    Auto FTP Manager does not use date parameters in the command line, you can specify them directly in the profile. Create your filter in your automated transfer profile, enter the modification date for 'Today' or 'Within the past x days' and save the profile. From the command line you will pass the name of the profile you would like to execute, it will use the filter you set.
  • Scheduled transfer setup as a service - getting a 'logon' error

    2
    0 Votes
    2 Posts
    7k Views
    D
    Auto FTP Manager uses the username of the current logged in account when you create a scheduled transfer. The error shows the user you changed to does not have permission to logon to execute the transfer. Follow these instructions to fix the issue: First,ensure that the user, and all groups that the user belongs to, are not denied the right to log on locally. To assign the user right Allow log on locally: On the server, open the Group Policy Management Editor. To do so, click Start, then in the Start Search box, type gpedit.msc, and then press ENTER. If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue. In the navigation pane, open Computer Configuration, Windows Settings, Security Settings, Local Policies, and User Rights Assignment. In the details pane, double-click Allow log on locally. Click Add User or Group. Find the user or group account you want to add, and then click OK. Click OK to save your changes to the Group Policy object (GPO). Users that are currently logged on must log off and back on to be affected by the changed GPO setting. Your scheduled transfer will now run.
  • FTP transfer from my DVR to a NAS storage device using Synchronize

    2
    0 Votes
    2 Posts
    15k Views
    D
    Yes, use Auto FTP Manager's settings for synchronize will make the DVR and NAS have identical files. The synchronize can be configured in the Action Rules. If your DVR removes older files, the synchronize setting will also remove the same older files from the NAS. In this case your files will be transferred since the NAS will not get full, but instead be a mirror of the DVR files.
  • Transferring just the files within a folder

    2
    0 Votes
    2 Posts
    8k Views
    D
    You can accomplish this in Auto FTP Manager by starting your transfer from within the folder. Edit your profile, and use the browse button to select the folder level to start from. If you have only a single folder with files you would like to transfer, you can select 'Startup FTP Folder'. If you have a more than one folder you would like to do this with, you can create more than one Automated Transfer, each beginning in a different startup folder.
  • Waking up the computer out of sleep mode for the scheduled FTP transfer

    2
    0 Votes
    2 Posts
    31k Views
    D
    You can set the Auto FTP Manager scheduled task to wake Windows from sleep mode. There are 2 step to do this; Go to "Control Panel >> Power Options >> Edit Plan Settings" for the power plan you are using. Then select "Change advanced power settings". Next, go to "Sleep >> Allow wake timers" and enable them. Go to Control Panel - Administrative Tools - Task Scheduler. Open Deskshare >> Auto FTP Manager and double click on the scheduled transfer profile. Select the 'Conditions' tab and click the box for 'Wake the computer to run this task'.
  • Moving Auto FTP Manager to a new server

    2
    0 Votes
    2 Posts
    8k Views
    D
    Export your profiles with File >> Backup Profile. Next, download and install the latest version of Auto FTP Manager from this link: https://www.deskshare.com/ftp-download.aspx Once you have Auto FTP Manager installed, you can use File >> Restore Profiles to import your profiles with all settings and schedules. You can deactivate the old installation by clicking Help >> Deactivate Serial Number. Finally, enter your original serial number to activate the software on the new PC.
  • How do I use a network path instead of the local drive letter c:\ ?

    2
    0 Votes
    2 Posts
    9k Views
    D
    In Auto FTP Manager, you can use any valid network path for your local PC. For example, if your PC is named Server-01 and you would like to transfer files from the 'videos' share, simply edit your profile, and enter '\server-01\videos' in the drive path. You can click on the browse button to select a different path. More information about setting the path can be found here: https://www.deskshare.com/help/AFM/StepI-SourceFolder_quick.aspx
  • Does AutoFTP Manager need to be running for a schedule to run?

    4
    0 Votes
    4 Posts
    14k Views
    D
    Auto FTP Manager will work with both a local account and a active directory domain account. The domain account will need the privilege to 'log on a service' on the local PC and must have access to the files and folders that you are transferring. Log in to your PC with the domain account, start Auto FTP Manager and then create your scheduled task in Auto FTP Manager.
  • Sending the FTP log report to multiple email addresses

    2
    0 Votes
    2 Posts
    8k Views
    D
    You can send your Auto FTP Manager log reports to multiple addresses. Simply separate multiple email addresses with a ',' instead of a ';'
  • 0 Votes
    2 Posts
    8k Views
    D
    You can include or exclude files based on a pattern or a specific list for a Automated Transfer Profile. Edit your profile, select Transfer Rules, and click on Configure in the Filters section. On the File Name, choose Include and enter the specific list of file names your would like to transfer.
  • FTPS connection through a Cisco PIX Firewall

    2
    0 Votes
    2 Posts
    10k Views
    D
    There are two types of FTP connections supported in Auto FTP Manager, active mode and passive mode. If you are getting a hang on the list command, changing the Active/Passive mode settings should fix it. Edit your quick or automated profile, select the tab for the FTP connection and uncheck the box marked 'Use Passive Mode'.
  • Changing the default directory

    2
    0 Votes
    2 Posts
    9k Views
    D
    It is easy to change the default local directory and the default FTP directory in Auto FTP Manager. Edit your quick connect profile, and click on the tab for your local or FTP server. To change the local default directory, click on the browse button next to 'PC Folder or Network Drive Location'. To change the default remote FTP directory click browse next to 'Select FTP Folder (Optional)'.