I am trying to take a file from one of my network drives (O and copy it to a ftp server. I set the ftp up on my pc as an available network, I can browse through the folders which means I am connected, I think. I tried doing a "xcopy" & "copy" bat file to copy the file, but it would just create a new folder on my C drive.
From what I've read I have to take another step and create a file to log on to the ftp? It seemed like I could just point the file to the location I want it to copy too. Any suggestions on easy to understand links on this situation?
VBA Code:
xcopy "C:\Users\jarett.AS\Documents\Book2.csv" "###.###.##.###/Action/"
pause
From what I've read I have to take another step and create a file to log on to the ftp? It seemed like I could just point the file to the location I want it to copy too. Any suggestions on easy to understand links on this situation?