Problem transferring file to FTP server - 503 Could not create file
Posted
by blntechie
on Server Fault
See other posts from Server Fault
or by blntechie
Published on 2010-05-24T16:36:48Z
Indexed on
2010/05/24
16:41 UTC
Read the original article
Hit count: 207
ftp
I try to transfer a file from SSIS package to a FTP server provided by my client. When I try connecting and transfer using a FTP tool (WinSCP) manually it works fine and file was transferred. But when i use the ftp command in command prompt and try to transfer using "send" command i get an error "553 could not create file". This also happens from SSIS package. I'm not in control of the FTP server but if anyone can provide a solution I can pass it to the admin or anything to be done from my end?
© Server Fault or respective owner