Delete ScheduleSFTP.jsp

parent 07965cf9
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>ScheduleSFTP</title>
</head>
<body>
<h2>Schedule SFTP Uploader</h2>
<form action="ScheduledSftpUploaderServlet" method="post">
<!-- Your form fields go here -->
<!-- Example: Input for scheduling parameters -->
<label for="scheduleTime">Schedule Time:</label>
<input type="text" id="scheduleTime" name="scheduleTime" required>
<br><br>
<input type="submit" value="Save">
</form>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment