How to upload to home directory

Advertisement

why
Guest

How to upload to home directory

my script is

option batch abort
option confirm off
open ftp://user1:password1@ftp.abc.com
cd ????????????
lcd D:\waitupload
option transfer binary
put "*" /
close
exit

the ftp has not any folder inside.

Reply with quote

Advertisement

why
Guest

Re: How to upload to home directory

why wrote:

my script is

option batch abort
option confirm off
open ftp://user1:password1@ftp.abc.com
cd ????????????
lcd D:\waitupload
option transfer binary
put "*" /
close
exit

the ftp has not any folder inside.


is
put "*"

Reply with quote

martin
Site Admin
martin avatar
Joined:
Posts:
40,567
Location:
Prague, Czechia

Re: How to upload to home directory

why wrote:

is
put "*"
Not sure if this means that you have found the answer.

If not, just omit the "cd" command and do
put *

Reply with quote

Advertisement

You can post new topics in this forum