Delete ScheduleSFTP.jsp

parent d49d2e3e
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>ScheduleSFTP</title>
<!-- Include any necessary CSS or JavaScript files here -->
</head>
<body>
<h2>ScheduleSFTP JSP</h2>
<form action="ScheduledSftpUploaderServlet" method="post" enctype="multipart/form-data">
<!-- File input for uploading -->
<label for="fileInput">Select File:</label>
<input type="file" name="fileInput" id="fileInput" required>
<br>
<!-- Submit button to trigger file upload -->
<input type="submit" value="Upload">
</form>
<!-- You can add additional content or JavaScript as needed -->
</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