CyberKiko FTPSync Documentation

If you find CyberKiko Tools and Support useful, consider supporting future development by donating $10.

Dir Parameter

Dir [required]: starting directory

 

Example (if Type=U or M): Dir=/

Example (if Type=F): Dir=C:\Temp\

 

NOTES:

Dir parameter must end with / or \.

 

If you are connecting to FTP server Dir parameter must be absolute (e.g. must include home directory, if applicable). If you are unsure, FTPSync dumps your home directory after connecting to source or destination, like:

 

        Source FTP home directory: /

 

In this case, you can specify your root or subdir as:

 

        Dir = /

        Dir = /subdir/

 

However, if FTPSync dumps home directory as:

 

        Source FTP home directory: /users/john

 

you will have to specify your root or subdir as:

 

        Dir = /users/john/

        Dir = /users/john/subdir/

Created with DrExplain

Copyright © 2006-2010 Kristof Gajsek. All Rights Reserved.