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