Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Prashant

Simple example to upload the files

Hi

I am very new to this my requirement is to upload the file using windows command line tool. I had the following information with me
Domain : mydomain.in (Linux shared hosting)
FTP User : ftp_user
Pwd : password
destination folder : /upload (Permission 777)
file to transfer : config.ini
Host os : Windows 7 32 Bit
If exist force to overwite

My applicaiton will call a batch / script file where in all information is provided. I am using Powerbuilder 11.5 where in i can give call to any third party applicaiton.
Run(notepad.exe)
can anybody give the syntax wherein no password is prompted and i will pass on password at runtime and not stored in script file