0

I came across this post: Upload files with FTP using PowerShell

But I'm looking how i can upload a directory with files in it to a FTP server. Thanks in Advance

Community
  • 1
  • 1
naijacoder
  • 464
  • 5
  • 14
  • 31

1 Answers1

0

You should write a script that loop into directory and then upload files one by one. I don't remember that ftp command on windows can upload an entire directory.

You should find example here :

http://www.dostips.com/DtTipsFtpBatchScript.php

WeezzZ
  • 64
  • 1
  • 4