Changing remote directory
I'm trying to upload csv files to a remote directory via script.
The home directory for the FTP site I'm connecting to is:
I only have permissions to write to
Here is my script:
Thank you
The home directory for the FTP site I'm connecting to is:
E:\ftp\out\test\files
I only have permissions to write to
E:\ftp\in\test\files\
. Is my script below correct? It's failing and I can't figure out if it's my script or a permissions issue on the target folder.
Here is my script:
Thank you