Computing.Net > Forums > Programming > -FTP- del, upd, ren, upload (txt files)

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

-FTP- del, upd, ren, upload (txt files)

Reply to Message Icon

Name: Windoves
Date: June 21, 2009 at 10:07:55 Pacific
OS: Windows 7
Subcategory: Batch
Comment:

Hello, I am very new to BATCH programming.
As I am creating one of my scripts, i realized that it needed to acess a server to update, delete, rename, and upload txt files.
Can someone please show me how to do that?
Me and my company would be highly thankful, and there might be a reward for great answers.

Thank you all in advance.



Sponsored Link
Ads by Google

Response Number 1
Name: Mechanix2Go
Date: June 21, 2009 at 22:42:18 Pacific
Reply:

To send myfile:

========================
@echo off > # & setLocal enableDELAYedexpansion

>> # echo o mysite.com
>> # echo user
>> # echo pass
>> # echo put myfile
>> # echo bye

ftp -s:#


=====================================
If at first you don't succeed, you're about average.

M2


0
Reply to Message Icon

Related Posts

See More


To run the java plzz...help me



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: -FTP- del, upd, ren, upload (txt files)

Merge txt files without appending www.computing.net/answers/programming/merge-txt-files-without-appending/13476.html

del text in txt file except dir www.computing.net/answers/programming/del-text-in-txt-file-except-dir/17223.html

Batch File|Input from txt file www.computing.net/answers/programming/batch-fileinput-from-txt-file-/17293.html