Simple script to Upload file to FTP server lufy July 23, 2020 <p>Currently, I'm working on retire my old computer, I found some content I wrote before. This one about uploading file to ftp server.</p> <pre>ftp -n<<!<br />open win<br />user lufei m<br />binary<br />put a<br />close<br />bye<br />!<br /><br /></pre>
Comments (0)
Leave a Comment
No comments yet. Be the first to comment!