Can't transfer files using FTP script and batch on Windows -


i have folder pdf files locally on hard disk , want upload files folder ftp server.

so created batch file should upload pdf files ftp server. seems work fine , console window displays file transferred, no file uploaded.

the ftp script content:

open 000.000.000.000  -- not real ftp server ip lol  bla@nirlatpro.com password mput c:\batch\*.pdf quit 

command window output on running script:

lines output in console window on running script

it looks works, no file uploaded.

what more strange if connect ftp using gui application , drag files, work , files uploaded server.

summary: - it's works fine if i'm using windows explore , dragg files. - it's not uploading files if i'm using cmd commands or batch script ftp file, if console window displays 'file transferred'

it permissions problem apparently ftp server not allowing copy files in root directory /

console window display "current restricted directory / "


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -