#1
|
|||
|
|||
![]()
I can not get the VCP working when the host is an IP address, which was given by the vendor. I have VCP working using server canonical name for another automated job.
However the following format does not work: ![]() vcp.exe -v -pw <pwd> "upload file" user@<ipaddress>#<port> However the following does not working but I can connect to the server using VSFTP VSFTP.exe -p <port> -pw <pwd> user@<ipaddress> Any help would be appreciated |
#2
|
|||
|
|||
Hi viju_s,
I'm sorry you're having trouble. In the example you provided for VCP I don't see that you specified the remote folder/file that the file should be saved to. This would look like: Code:
vcp.exe -v -pw <pwd> "upload file" user@<ipaddress>#<port>:<destination folder> If not, reviewing a log of a connection attempt may help shed some light on the situation. Please modify your VCP command to create a log. Code:
vcp.exe -v --log <path\to\log.txt> -pw <pwd> "upload file" user@<ipaddress>#<port>:<destination folder>
__________________
Thanks, --Eric VanDyke Software Technical Support support@vandyke.com (505) 332-5730 |
#3
|
|||
|
|||
Hi Eric,
I have sorted the issue out it was user error, I was missing a closing quote ![]() Thanks for you quick response. Viju |
![]() |
Thread Tools | |
Display Modes | |
|
|