From 2e3672c5d613266f2e73bd71b29e916a793a2bcb Mon Sep 17 00:00:00 2001 From: Robert Vokac Date: Sat, 1 Jul 2023 10:03:05 +0200 Subject: [PATCH] Added files --- CREDITS | 16 + LICENSE | 339 ++++++++++++++++++ build.sh | 1 + nb-configuration.xml | 18 + pom.xml | 203 +++++++++++ src/main/java/module-info.java | 25 ++ src/main/java/org/nanoboot/ftps/Command.java | 32 ++ .../java/org/nanoboot/ftps/Constants.java | 28 ++ src/main/java/org/nanoboot/ftps/FtpsArgs.java | 43 +++ .../org/nanoboot/ftps/FtpsCredentials.java | 55 +++ .../java/org/nanoboot/ftps/FtpsException.java | 36 ++ src/main/java/org/nanoboot/ftps/Main.java | 61 ++++ src/main/java/org/nanoboot/ftps/Utils.java | 130 +++++++ .../ftps/commands/GenCommand.java.original~ | 304 ++++++++++++++++ .../nanoboot/ftps/commands/HelpCommand.java | 63 ++++ .../ftps/commands/HelpCommand.java.original~ | 38 ++ .../nanoboot/ftps/commands/UploadCommand.java | 74 ++++ .../ftps/commands/VersionCommand.java | 44 +++ src/main/java/org/nanoboot/ftps/lombok.config | 1 + src/main/resources/.gitkeep | 0 src/main/resources/log4j2.properties | 5 + src/test/java/org/nanoboot/ftps/.gitkeep | 0 22 files changed, 1516 insertions(+) create mode 100644 CREDITS create mode 100644 LICENSE create mode 100755 build.sh create mode 100644 nb-configuration.xml create mode 100644 pom.xml create mode 100755 src/main/java/module-info.java create mode 100644 src/main/java/org/nanoboot/ftps/Command.java create mode 100644 src/main/java/org/nanoboot/ftps/Constants.java create mode 100644 src/main/java/org/nanoboot/ftps/FtpsArgs.java create mode 100644 src/main/java/org/nanoboot/ftps/FtpsCredentials.java create mode 100644 src/main/java/org/nanoboot/ftps/FtpsException.java create mode 100755 src/main/java/org/nanoboot/ftps/Main.java create mode 100644 src/main/java/org/nanoboot/ftps/Utils.java create mode 100644 src/main/java/org/nanoboot/ftps/commands/GenCommand.java.original~ create mode 100644 src/main/java/org/nanoboot/ftps/commands/HelpCommand.java create mode 100644 src/main/java/org/nanoboot/ftps/commands/HelpCommand.java.original~ create mode 100644 src/main/java/org/nanoboot/ftps/commands/UploadCommand.java create mode 100644 src/main/java/org/nanoboot/ftps/commands/VersionCommand.java create mode 100644 src/main/java/org/nanoboot/ftps/lombok.config create mode 100644 src/main/resources/.gitkeep create mode 100644 src/main/resources/log4j2.properties create mode 100644 src/test/java/org/nanoboot/ftps/.gitkeep diff --git a/CREDITS b/CREDITS new file mode 100644 index 0000000..e14e711 --- /dev/null +++ b/CREDITS @@ -0,0 +1,16 @@ + This file partially lists people, that have contributed to + the "Ftps" project. They are sorted by name. + The fields are: name (N), e-mail (E), web-address (W), + PGP key ID and fingerprint (P), description (D) and + snail-mail address (S). + Thanks, + + Vokac +---------- + +N: Robert Vokac +E: robertvokac@nanoboot.org +W: https://nanoboot.org +P: 4096R/E3329055 322B D109 0AA8 C324 EA9C 72F5 693D 30BE E332 9055 +D: Founder +S: Czech Republic diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d159169 --- /dev/null +++ b/LICENSE @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..b39292e --- /dev/null +++ b/build.sh @@ -0,0 +1 @@ +mvn clean install diff --git a/nb-configuration.xml b/nb-configuration.xml new file mode 100644 index 0000000..04a89e1 --- /dev/null +++ b/nb-configuration.xml @@ -0,0 +1,18 @@ + + + + + + JDK_19 + + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..922111e --- /dev/null +++ b/pom.xml @@ -0,0 +1,203 @@ + + + + 4.0.0 + + + org.nanoboot.essential + nanoboot-parent + 0.1.0-SNAPSHOT + + + org.nanoboot.tools + ftps + 0.0.0-SNAPSHOT + jar + + Ftps + Tool to communicate with a FTPS server + + + UTF-8 + true + 2.0.0-SNAPSHOT + 19 + 19 + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + + + + org.projectlombok + lombok + ${lombok.version} + + + ${javase.version} + ${javase.version} + + + + org.apache.maven.plugins + maven-assembly-plugin + ${maven-assembly-plugin.version} + + + + org.nanoboot.ftps.Main + + + + jar-with-dependencies + + + + + + make-assembly + package + + single + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + ${checkstyle.skip} + + + + + + + + + org.nanoboot.powerframework + power-time + ${power.version} + + + org.nanoboot.powerframework + power-random + ${power.version} + + + + + junit + junit + ${junit4.version} + test + + + org.xerial + sqlite-jdbc + ${sqlite-jdbc.version} + + + commons-io + commons-io + 2.11.0 + + + + commons-net + commons-net + 3.9.0 + + + + + + org.projectlombok + lombok + ${lombok.version} + provided + + + + org.apache.logging.log4j + log4j-api + ${log4j.version} + + + org.apache.logging.log4j + log4j-core + ${log4j.version} + + + org.apache.logging.log4j + log4j-slf4j-impl + ${log4j.version} + + + + + + + releases + nanoboot-releases-repository + https://maven.nanoboot.org/releases + + + snapshots + nanoboot-snapshots-repository + https://maven.nanoboot.org/snapshots + + + + + + releases + nanoboot-releases-repository + https://maven.nanoboot.org/releases + + + snapshots + nanoboot-snapshots-repository + https://maven.nanoboot.org/snapshots + + + + diff --git a/src/main/java/module-info.java b/src/main/java/module-info.java new file mode 100755 index 0000000..b62aac8 --- /dev/null +++ b/src/main/java/module-info.java @@ -0,0 +1,25 @@ +/////////////////////////////////////////////////////////////////////////////////////////////// +// password-generator: Tool generating random password. +// Copyright (C) 2023-2023 the original author or authors. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; version 2 +// of the License only. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +/////////////////////////////////////////////////////////////////////////////////////////////// + +module ftps { + requires org.apache.commons.io; + requires org.apache.commons.net; + requires lombok; + requires org.apache.logging.log4j; +} diff --git a/src/main/java/org/nanoboot/ftps/Command.java b/src/main/java/org/nanoboot/ftps/Command.java new file mode 100644 index 0000000..d00e38c --- /dev/null +++ b/src/main/java/org/nanoboot/ftps/Command.java @@ -0,0 +1,32 @@ +/////////////////////////////////////////////////////////////////////////////////////////////// +// ftps: Tool generating documentation. +// Copyright (C) 2023-2023 the original author or authors. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; version 2 +// of the License only. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +/////////////////////////////////////////////////////////////////////////////////////////////// + +package org.nanoboot.ftps; + +/** + * + * @author pc00289 + */ +public interface Command { + public String getName(); + default void run(FtpsArgs ftpsArgs) { + throw new FtpsException("Not yet implemented."); + } + +} diff --git a/src/main/java/org/nanoboot/ftps/Constants.java b/src/main/java/org/nanoboot/ftps/Constants.java new file mode 100644 index 0000000..1b770b8 --- /dev/null +++ b/src/main/java/org/nanoboot/ftps/Constants.java @@ -0,0 +1,28 @@ +/////////////////////////////////////////////////////////////////////////////////////////////// +// ftps: Tool generating documentation. +// Copyright (C) 2023-2023 the original author or authors. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; version 2 +// of the License only. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +/////////////////////////////////////////////////////////////////////////////////////////////// + +package org.nanoboot.ftps; +/** + * + * @author pc00289 + */ +public class Constants { + public static final String AAA = "aaa"; + +} diff --git a/src/main/java/org/nanoboot/ftps/FtpsArgs.java b/src/main/java/org/nanoboot/ftps/FtpsArgs.java new file mode 100644 index 0000000..0b14c05 --- /dev/null +++ b/src/main/java/org/nanoboot/ftps/FtpsArgs.java @@ -0,0 +1,43 @@ +/////////////////////////////////////////////////////////////////////////////////////////////// +// ftps: Tool generating documentation. +// Copyright (C) 2023-2023 the original author or authors. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; version 2 +// of the License only. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +/////////////////////////////////////////////////////////////////////////////////////////////// +package org.nanoboot.ftps; + +import java.util.List; +import java.util.stream.Stream; +import lombok.Getter; + +/** + * + * @author pc00289 + */ +public class FtpsArgs { + + @Getter + private final String command; + @Getter + private final List args; + + public FtpsArgs(String[] args) { + if (args.length < 1) { + args = new String[]{"help"}; + } + this.command = args[0]; + this.args = Stream.of(args).skip(1).toList(); + } +} diff --git a/src/main/java/org/nanoboot/ftps/FtpsCredentials.java b/src/main/java/org/nanoboot/ftps/FtpsCredentials.java new file mode 100644 index 0000000..0d23018 --- /dev/null +++ b/src/main/java/org/nanoboot/ftps/FtpsCredentials.java @@ -0,0 +1,55 @@ +/* + * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license + * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template + */ +package org.nanoboot.ftps; + +import java.io.BufferedReader; +import java.io.Console; +import java.io.IOException; +import java.io.InputStreamReader; +import lombok.Data; + +/** + * + * @author robertvokac + */ +@Data +public class FtpsCredentials { + + private String host; + private int port; + private String user; + private String password; + private final String workingDir; + + public FtpsCredentials(String credentialsAsString) { + String[] array = credentialsAsString.split("@"); + String[] array1 = array[0].split(":"); + String[] array2 = array[1].split(":"); + String[] array20 = array2[1].split("/"); + this.user = array1[0]; + this.password = array1.length > 1 ? array1[1] : ""; + if (this.password.equals("")) { + + Console console = System.console(); + if (console == null) { + System.out.println("Couldn't get Console instance"); + System.exit(0); + } + char[] passwordArray = console.readPassword("Please, type the password: "); + for (int i = 0; i < passwordArray.length; i++) { + System.out.print("*"); + } + + this.password = new String(passwordArray); + + System.out.print("\nPassword was entered."); + } + + this.host = array2[0]; + this.port = Integer.valueOf(array20[0]); + this.workingDir = array20.length < 2 ? "/" : array20[1]; + } + +} diff --git a/src/main/java/org/nanoboot/ftps/FtpsException.java b/src/main/java/org/nanoboot/ftps/FtpsException.java new file mode 100644 index 0000000..f4a9ffd --- /dev/null +++ b/src/main/java/org/nanoboot/ftps/FtpsException.java @@ -0,0 +1,36 @@ +/////////////////////////////////////////////////////////////////////////////////////////////// +// ftps: Tool generating documentation. +// Copyright (C) 2023-2023 the original author or authors. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; version 2 +// of the License only. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +/////////////////////////////////////////////////////////////////////////////////////////////// + +package org.nanoboot.ftps; + +/** + * @author Robert Vokac + * @since 0.0.0 + */ +public class FtpsException extends RuntimeException { + + public FtpsException(String msg) { + super(msg); + } + + public FtpsException(String msg, Exception e) { + super(msg, e); + } + +} \ No newline at end of file diff --git a/src/main/java/org/nanoboot/ftps/Main.java b/src/main/java/org/nanoboot/ftps/Main.java new file mode 100755 index 0000000..95c9caa --- /dev/null +++ b/src/main/java/org/nanoboot/ftps/Main.java @@ -0,0 +1,61 @@ +/////////////////////////////////////////////////////////////////////////////////////////////// +// ftps: Tool generating documentation. +// Copyright (C) 2023-2023 the original author or authors. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; version 2 +// of the License only. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +/////////////////////////////////////////////////////////////////////////////////////////////// +package org.nanoboot.ftps; + +import org.nanoboot.ftps.commands.HelpCommand; +import org.nanoboot.ftps.commands.VersionCommand; +import java.util.HashSet; +import java.util.Set; +import org.nanoboot.ftps.commands.UploadCommand; + +/** + * @author Robert Vokac + * @since 0.0.0 + */ +public class Main { + + public static void main(String[] args) { + System.out.println("Ftps - communication with a FTPS server\n"); + + FtpsArgs ftpsArgs = new FtpsArgs(args); + String command = ftpsArgs.getCommand(); + + Set commandImplementations = new HashSet<>(); + commandImplementations.add(new HelpCommand()); + commandImplementations.add(new VersionCommand()); + commandImplementations.add(new UploadCommand()); + + Command foundCommand = null; + for(Command e:commandImplementations) { + if(e.getName().equals(command)) { + foundCommand = e; + break; + } + } + if(foundCommand == null) { + System.err.println("Error: Command \"" + command + "\" is not supported.\n"); + + new HelpCommand().run(ftpsArgs); + System.exit(1); + } + foundCommand.run(ftpsArgs); + } + + +} diff --git a/src/main/java/org/nanoboot/ftps/Utils.java b/src/main/java/org/nanoboot/ftps/Utils.java new file mode 100644 index 0000000..8be611a --- /dev/null +++ b/src/main/java/org/nanoboot/ftps/Utils.java @@ -0,0 +1,130 @@ +/////////////////////////////////////////////////////////////////////////////////////////////// +// ftps: Tool generating documentation. +// Copyright (C) 2023-2023 the original author or authors. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; version 2 +// of the License only. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +/////////////////////////////////////////////////////////////////////////////////////////////// + +package org.nanoboot.ftps; + +import java.io.BufferedReader; +import java.io.File; +import java.io.FileWriter; +import java.io.IOException; +import java.io.InputStream; +import java.io.InputStreamReader; +import java.io.PrintWriter; +import java.nio.file.Files; +import java.nio.file.Path; +import java.nio.file.Paths; +import java.nio.file.StandardCopyOption; +import java.util.ArrayList; +import java.util.List; + +/** + * + * @author pc00289 + */ +public class Utils { + + private Utils() { + //Not meant to be instantiated. + } + + public static String makeFirstLetterUppercase(String s) { + if (Character.isLetter(s.charAt(0)) && Character.isLowerCase(s.charAt(0))) { + return Character.toUpperCase(s.charAt(0)) + + (s.length() == 1 ? "" : s.substring(1)); + } else { + return s; + } + } + + public static List listAllFilesInDir(File dir) { + return listAllFilesInDir(dir, new ArrayList<>()); + } + + private static List listAllFilesInDir(File dir, List files) { + files.add(dir); + for (File f : dir.listFiles()) { + if (f.isDirectory()) { + listAllFilesInDir(f, files); + } else { + files.add(f); + } + } + return files; + } + + public static void copyFile(File originalFile, File copiedFile) throws FtpsException { + Path originalPath = originalFile.toPath(); + Path copied = new File(copiedFile, originalFile.getName()).toPath(); + + try { + Files.copy(originalPath, copied, StandardCopyOption.REPLACE_EXISTING); + } catch (IOException ex) { + ex.printStackTrace(); + throw new FtpsException("Copying file failed: " + originalFile.getAbsolutePath()); + } + } + + public static void writeTextToFile(String text, File file) { + FileWriter fileWriter; + try { + fileWriter = new FileWriter(file); + } catch (IOException ex) { + ex.printStackTrace(); + throw new FtpsException("Writing to file failed: " + file.getName(), ex); + } + PrintWriter printWriter = new PrintWriter(fileWriter); + printWriter.print(text); + printWriter.close(); + } + + public static String readTextFromFile(File file) { + if (!file.exists()) { + return ""; + } + try { + return new String(Files.readAllBytes(Paths.get(file.getAbsolutePath()))); + } catch (IOException ex) { + throw new FtpsException("Reading file failed: " + file.getName(), ex); + } + } + + public static String readTextFromResourceFile(String fileName) { + try { + Class clazz = Main.class; + InputStream inputStream = clazz.getResourceAsStream(fileName); + return readFromInputStream(inputStream); + } catch (IOException ex) { + throw new FtpsException("Reading file failed: " + fileName, ex); + } + + } + + public static String readFromInputStream(InputStream inputStream) + throws IOException { + StringBuilder resultStringBuilder = new StringBuilder(); + try (BufferedReader br + = new BufferedReader(new InputStreamReader(inputStream))) { + String line; + while ((line = br.readLine()) != null) { + resultStringBuilder.append(line).append("\n"); + } + } + return resultStringBuilder.toString(); + } +} diff --git a/src/main/java/org/nanoboot/ftps/commands/GenCommand.java.original~ b/src/main/java/org/nanoboot/ftps/commands/GenCommand.java.original~ new file mode 100644 index 0000000..80f7bcf --- /dev/null +++ b/src/main/java/org/nanoboot/ftps/commands/GenCommand.java.original~ @@ -0,0 +1,304 @@ +/////////////////////////////////////////////////////////////////////////////////////////////// +// dog: Tool generating documentation. +// Copyright (C) 2023-2023 the original author or authors. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; version 2 +// of the License only. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +/////////////////////////////////////////////////////////////////////////////////////////////// +package org.nanoboot.dog.commands; + +import java.io.File; +import java.io.FileInputStream; +import java.io.IOException; +import java.io.InputStream; +import java.text.SimpleDateFormat; +import java.util.ArrayList; +import java.util.Date; +import java.util.HashMap; +import java.util.List; +import java.util.Properties; +import org.nanoboot.dog.Command; +import org.nanoboot.dog.DogArgs; +import org.nanoboot.dog.Menu; +import org.nanoboot.dog.Utils; +import org.asciidoctor.Asciidoctor; +import static org.asciidoctor.Asciidoctor.Factory.create; +import org.nanoboot.dog.DogException; +import org.apache.commons.io.FileUtils; + +/** + * + * @author pc00289 + */ +public class GenCommand implements Command { + + private static final String ADOC_EXTENSION = ".adoc"; + + public GenCommand() { + } + + @Override + public String getName() { + return "gen"; + } + + @Override + public void run(DogArgs dogArgs) { + if (!dogArgs.hasArgument("in")) { + dogArgs.addArgument("in", new File(".").getAbsolutePath()); + } + + if (dogArgs.getArgument("in") == null) { + throw new DogException("Argument in must have a value (must not be empty)."); + } + if (dogArgs.hasArgument("out") && !(new File(dogArgs.getArgument("out")).exists())) { + throw new DogException("Argument out must be an existing directory."); + } + + File inDir = new File(dogArgs.getArgument("in")); + if (!inDir.exists()) { + throw new DogException("Argument in must be an existing directory, but that directory does not exist."); + } + File dogConfFile = new File(inDir, "dog.conf"); + if (!dogConfFile.exists()) { + throw new DogException("File dog.conf was not found."); + } + File generatedDir = new File((dogArgs.hasArgument("out") ? new File(dogArgs.getArgument("out")) : inDir), "generated"); + + if (generatedDir.exists()) { + try { + FileUtils.deleteDirectory(generatedDir); + } catch (IOException ex) { + ex.printStackTrace(); + throw new DogException("Deleting generated directory failed.", ex); + } + } + generatedDir.mkdir(); + if (!generatedDir.exists()) { + throw new DogException("Argument out must be an existing directory, but that directory does not exist."); + } + + // + Properties dogConfProperties = null; + try (InputStream input = new FileInputStream(dogConfFile.getAbsolutePath())) { + dogConfProperties = new Properties(); + dogConfProperties.load(input); + + } catch (IOException ex) { + ex.printStackTrace(); + throw new DogException("Loading file dog.conf failed.", ex); + } + Utils.writeTextToFile(Utils.readTextFromResourceFile("/dog.css"), new File(generatedDir, "dog.css")); + File contentDir = new File(inDir, "content"); + Menu menuInstance = new Menu(contentDir); + File templateDir = new File(contentDir.getParentFile().getAbsolutePath() + "/templates"); + String headerTemplate = Utils.readTextFromFile(new File(templateDir, "header.html")); + String footerTemplate = Utils.readTextFromFile(new File(templateDir, "footer.html")); + processContentDir(contentDir, generatedDir, contentDir, dogConfProperties, menuInstance, headerTemplate, footerTemplate); + } + + private static void processContentDir(File dir, File generatedDir, File contentDir, Properties dogConfProperties, Menu menuInstance, String headerTemplate, String footerTemplate) { + for (File inFile : dir.listFiles()) { + if (inFile.isFile()) { + processFileInContentDir(inFile, dir, contentDir, dogConfProperties, headerTemplate, menuInstance, footerTemplate, generatedDir); + } + if (inFile.isDirectory()) { + processDirInContentDir(generatedDir, inFile, contentDir, dogConfProperties, menuInstance, headerTemplate, footerTemplate); + } + } + } + + public static void processDirInContentDir(File generatedDir, File inFile, File contentDir, Properties dogConfProperties, Menu menuInstance, String headerTemplate, String footerTemplate) { + File generatedDir2 = new File(generatedDir, inFile.getName()); + generatedDir2.mkdir(); + processContentDir(inFile, generatedDir2, contentDir, dogConfProperties, menuInstance, headerTemplate, footerTemplate); + } + + public static void processFileInContentDir(File inFile, File dir, File contentDir, Properties dogConfProperties, String headerTemplate, Menu menuInstance, String footerTemplate, File generatedDir) { + if (inFile.getName().endsWith(ADOC_EXTENSION)) { + + Asciidoctor asciidoctor = create(); + String asciidocText = Utils.readTextFromFile(inFile); + + String asciidocCompiled = asciidoctor + .convert(asciidocText, new HashMap()); + String pathToRoot = dir.getAbsolutePath().replace(contentDir.getAbsolutePath(), ""); + + if (!pathToRoot.trim().isEmpty()) { + int count = 0; + for (char ch : pathToRoot.toCharArray()) { + if (ch == '/') { + count++; + } + } + StringBuilder sb = new StringBuilder(); + for (int i = 1; i <= count; i++) { + sb.append("../"); + } + pathToRoot = sb.toString(); + + } + String titleSeparator = dogConfProperties.containsKey("titleSeparator") ? dogConfProperties.getProperty("titleSeparator") : "::"; + final String humanName = createHumanName(inFile, dogConfProperties); + + String start + = """ + + + + + + + + + """ + + humanName + + (dogConfProperties.containsKey("title") + ? (" " + titleSeparator + " " + dogConfProperties.getProperty("title")) : "") + + """ + + + + + """ + + headerTemplate + + """ + """ + + createMenu(menuInstance, inFile) + + """ +
+ """; + String end + = """ +
+ + + + """; + + List dirs = new ArrayList<>(); + File currentFile = inFile; + String rootContentDirPath = contentDir.getAbsolutePath(); + while (!currentFile.getAbsolutePath().equals(rootContentDirPath)) { + dirs.add(currentFile.getName()); + currentFile = currentFile.getParentFile(); + } + StringBuilder sb = new StringBuilder(); + for (int i = dirs.size() - 1; i >= 0; i--) { + String d = dirs.get(i); + sb.append(d); + if (i > 0) { + sb.append("/"); + } + } + String editThisPage = "
Edit this page"; + String htmlOutput = start + asciidocCompiled + editThisPage + end; + + File htmlFile = new File(generatedDir, inFile.getName().replace(ADOC_EXTENSION, ".html")); + Utils.writeTextToFile(htmlOutput, htmlFile); + + } else { + Utils.copyFile(inFile, generatedDir); + } + } + + + private static String createMenu(Menu menu, File currentFile) { + + return //"
" + menu.toAsciidoc(currentFile.getAbsolutePath().split("content")[1]) + "
" + + menu.toHtml(currentFile.getAbsolutePath().split("content")[1]); + + } + + private static String createNavigation(File adocFile, File rootContentDir, Properties dogConfProperties) { + List files = new ArrayList<>(); + File currentFile = adocFile; + while (!currentFile.getAbsolutePath().equals(rootContentDir.getAbsolutePath())) { + + if (currentFile.getName().equals("content")) { + continue; + } + files.add(currentFile); + currentFile = currentFile.getParentFile(); + } + + StringBuilder sb = new StringBuilder("
Home"); + if (files.size() > 1 || !currentFile.getName().equals("index.adoc")) { + sb.append(" > "); + } + for (int i = (files.size() - 1); i >= 0; i--) { + File file = files.get(i); + if (file.getName().equals("index.adoc")) { + continue; + } + sb + .append("") + .append(createHumanName(file, dogConfProperties)) + .append("\n"); + + sb.append(" > "); + + } + sb.append("
"); + String result = sb.toString(); + if (result.endsWith(" > ")) { + result = result.substring(0, result.length() - 9); + result = result + ""; + } + return result + "
"; + } + + private static String createHumanName(File inFile, Properties dogConfProperties) { + + String result = inFile.getName(); + if (result.endsWith(ADOC_EXTENSION)) { + result = result.substring(0, inFile.getName().length() - ADOC_EXTENSION.length()); + } + result = result.replace("_", " "); + if (Character.isLetter(result.charAt(0))) { + result = Character.toUpperCase(result.charAt(0)) + result.substring(1); + } + if (result.equals("Index")) { + File parentFile = inFile.getParentFile(); + if (parentFile.getName().equals("content")) { + String frontPageName = dogConfProperties.getProperty("frontPageName", ""); + return frontPageName.isBlank() ? "Home" : frontPageName; + } + return createHumanName(parentFile, dogConfProperties); + } + return result; + } +} diff --git a/src/main/java/org/nanoboot/ftps/commands/HelpCommand.java b/src/main/java/org/nanoboot/ftps/commands/HelpCommand.java new file mode 100644 index 0000000..d66ba5e --- /dev/null +++ b/src/main/java/org/nanoboot/ftps/commands/HelpCommand.java @@ -0,0 +1,63 @@ +/////////////////////////////////////////////////////////////////////////////////////////////// +// ftps: Tool generating documentation. +// Copyright (C) 2023-2023 the original author or authors. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; version 2 +// of the License only. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +/////////////////////////////////////////////////////////////////////////////////////////////// +package org.nanoboot.ftps.commands; + +import org.nanoboot.ftps.Command; +import org.nanoboot.ftps.FtpsArgs; + +/** + * + * @author pc00289 + */ +public class HelpCommand implements Command { + + public HelpCommand() { + } + + @Override + public String getName() { + return "help"; + } + + @Override + public void run(FtpsArgs ftpsArgs) { + String str = """ + NAME + ftps - Communication via FTPS protocol. + + SYNOPSIS + ftps [command] [user[:password]@]host[:port]/[url-path] [options] + If no password is provided, then application will ask for password via console. + + DESCRIPTION + Ftps is used for communication with a FTPS server. + + COMMAND + upload Uploads a file to the FTPS server. + OPTIONS + fileName={path to file} + Mandatory. No default value. + help Display help information + version Display version information +"""; + System.out.println(str); + + } + +} diff --git a/src/main/java/org/nanoboot/ftps/commands/HelpCommand.java.original~ b/src/main/java/org/nanoboot/ftps/commands/HelpCommand.java.original~ new file mode 100644 index 0000000..7fab53a --- /dev/null +++ b/src/main/java/org/nanoboot/ftps/commands/HelpCommand.java.original~ @@ -0,0 +1,38 @@ +/////////////////////////////////////////////////////////////////////////////////////////////// +// dog: Tool generating documentation. +// Copyright (C) 2023-2023 the original author or authors. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; version 2 +// of the License only. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +/////////////////////////////////////////////////////////////////////////////////////////////// + +package org.nanoboot.dog.commands; + +import org.nanoboot.dog.Command; + +/** + * + * @author pc00289 + */ +public class HelpCommand implements Command { + + public HelpCommand() { + } + + @Override + public String getName() { + return "help"; + } + +} diff --git a/src/main/java/org/nanoboot/ftps/commands/UploadCommand.java b/src/main/java/org/nanoboot/ftps/commands/UploadCommand.java new file mode 100644 index 0000000..afcc288 --- /dev/null +++ b/src/main/java/org/nanoboot/ftps/commands/UploadCommand.java @@ -0,0 +1,74 @@ +/////////////////////////////////////////////////////////////////////////////////////////////// +// ftps: Tool generating documentation. +// Copyright (C) 2023-2023 the original author or authors. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; version 2 +// of the License only. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +/////////////////////////////////////////////////////////////////////////////////////////////// + +package org.nanoboot.ftps.commands; + +import java.io.File; +import java.io.FileInputStream; +import java.io.IOException; +import org.apache.commons.net.ftp.FTP; +import org.apache.commons.net.ftp.FTPSClient; +import org.nanoboot.ftps.Command; +import org.nanoboot.ftps.FtpsArgs; +import org.nanoboot.ftps.FtpsCredentials; + +/** + * + * @author pc00289 + */ +public class UploadCommand implements Command { + + public UploadCommand() { + } + + @Override + public String getName() { + return "upload"; + } + + @Override + public void run(FtpsArgs ftpsArgs) { + System.out.println("upload"); + if(ftpsArgs.getArgs().size() < 2) { + throw new RuntimeException("Upload argument expects credentials and afile name as the arguments."); + } + FtpsCredentials config = new FtpsCredentials(ftpsArgs.getArgs().get(0)); + String fileName = ftpsArgs.getArgs().get(1); + File file = new File(fileName); + FTPSClient ftps = new FTPSClient(); + try { + ftps.connect(config.getHost(), config.getPort()); + ftps.login(config.getUser(), config.getPassword()); + ftps.changeWorkingDirectory(config.getWorkingDir()); + FileInputStream fileInputStream = new FileInputStream(fileName); + ftps.enterLocalPassiveMode(); + ftps.setFileType(FTP.BINARY_FILE_TYPE); + boolean uploadWasSuccessful=ftps.storeFile(file.getName(), fileInputStream); + fileInputStream.close(); + //System.out.println(config.toString()); + System.out.println("Upload was " + (uploadWasSuccessful ? "successful" : "unsuccessful")); + + ftps.disconnect(); + } catch (IOException ex) { + System.err.println(ex.getMessage()); + } + + } + +} diff --git a/src/main/java/org/nanoboot/ftps/commands/VersionCommand.java b/src/main/java/org/nanoboot/ftps/commands/VersionCommand.java new file mode 100644 index 0000000..9c63dfd --- /dev/null +++ b/src/main/java/org/nanoboot/ftps/commands/VersionCommand.java @@ -0,0 +1,44 @@ +/////////////////////////////////////////////////////////////////////////////////////////////// +// ftps: Tool generating documentation. +// Copyright (C) 2023-2023 the original author or authors. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; version 2 +// of the License only. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +/////////////////////////////////////////////////////////////////////////////////////////////// + +package org.nanoboot.ftps.commands; + +import org.nanoboot.ftps.Command; +import org.nanoboot.ftps.FtpsArgs; + +/** + * + * @author pc00289 + */ +public class VersionCommand implements Command { + + public VersionCommand() { + } + + @Override + public String getName() { + return "version"; + } + + @Override + public void run(FtpsArgs ftpsArgs) { + System.out.println("Ftps 0.0.0-SNAPSHOT"); + } + +} diff --git a/src/main/java/org/nanoboot/ftps/lombok.config b/src/main/java/org/nanoboot/ftps/lombok.config new file mode 100644 index 0000000..2066d75 --- /dev/null +++ b/src/main/java/org/nanoboot/ftps/lombok.config @@ -0,0 +1 @@ +lombok.log.fieldName=LOG diff --git a/src/main/resources/.gitkeep b/src/main/resources/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/src/main/resources/log4j2.properties b/src/main/resources/log4j2.properties new file mode 100644 index 0000000..2939b9d --- /dev/null +++ b/src/main/resources/log4j2.properties @@ -0,0 +1,5 @@ +appender.console.type = Console +appender.console.name = STDOUT +appender.console.layout.type = PatternLayout +appender.console.layout.pattern = [%-5level] %d{yyyy-MM-dd HH:mm:ss.SSS} [%t] %c{1} - %msg%n +rootLogger=info, STDOUT diff --git a/src/test/java/org/nanoboot/ftps/.gitkeep b/src/test/java/org/nanoboot/ftps/.gitkeep new file mode 100644 index 0000000..e69de29