I found a post or two similar to this, but there were no replies.
I'm attempting to set the destination on an FTP task. I'm not sure how to correctly set the path so that it matches our current implementation.
Currently, we just connect to the FTP site, change to the <serverName> directory, then drop the files. To mimic this, I set the FTP task to connect to the FTP site, and the destination is set as {COMPUTER(NAME)}. However, when I attempt this, the task fails with:
Exception in Task: Unaccepted server reply (error code is 550)
Error changing to FTP folder: Unaccepted server reply (error code is 550) (550 /z:/Backup/Dellserver2/d/backup/DELLSERVER2/d/backup: No such file or directory.
)
The home directory of the FTP site is z:\Backup\ and the source directory (where VC is running) is d:\backup but I'm not sure why/how it's coming up with the above path.
Can someone shed some light on this? I'm just trying to push files to FTPSITE/<ServerName>/
Edited by moderator
2012-11-30T09:20:26Z
|
Reason: Not specified