-
Improvement
-
Resolution: Not A Defect
-
Major
-
None
I can use this plugin to upload file to a ftp server, but I found if the source file is in "directory1/app-1.0.war", and destination is "target_directory", then this plugin will create a directory named "target_directory/directory1" and put app-1.0.war in it.
But if I want to put file in "target_directory/app-1.0.war", how could I configure it? I think when ftp upload files, it should remove all the directory in source directory.