Search found 1 match

by spitfire451
21 Sep 2009 13:28
Forum: DOS Batch Forum
Topic: automated uploader
Replies: 0
Views: 5017

automated uploader

I'm trying to represent the following command line series in a batch file: fyi ###...=ip address C:\> ftp ftp> open ###.###.###.### User (###.###.###.###:(none)): username Password: pwd ftp> cd directory put /local/file.txt disconnect ###.###.###.### In the command prompt this works perfectly but I ...