Cesar Lacerda Posted May 9, 2013 Posted May 9, 2013 There is the ability to download or upload a file via ftp from terminal pc monitor?
Administrators Paul Posted May 9, 2013 Administrators Posted May 9, 2013 Yes if you have a predefined bat file with something like this: ftp -i -s:"%~f0" open 192.168.1.55 FTP USERNAME FTP PASSWORD !:--- FTP commands below here --- lcd . cd data/ ascii mput "Data\h\*.txt" disconnect bye Then you just invoke the bat file.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now