FTP cant use put file

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
MacschedStudent
Junior Coder
Posts: 36
Joined: Fri Oct 12, 2007 5:55 pm
Location: federal way wa
Contact:

FTP cant use put file

Post by MacschedStudent » Tue Feb 05, 2008 9:01 pm

I'm using version 7.4.09
Hey guys I'm trying do a simple FTP file transfer. I thought the script was pretty simple maybe I'm wrong:


FTPPutFile>ftp.attainwealth.net,[email protected],*******,21,test.txt,test.txt,A
MessageModal>%FTP_RESULT%


for the purposes of this thread I have * the password and replaced the user name with user- but thats the complete script - the return is

500 No Data (Winsock error #11004)

any ideas..??



5:19 PM 2/5/2008 - resolved

have you guys ever heard of this - I contacted the ISP provider for my client, and they said in my code I needed to remove the "ftp" from the line :

FTPPutFile>ftp.attainwealth.net,[email protected],*******,21,test.txt,test.txt,A

so it would be:

FTPPutFile>attainwealth.net,[email protected],*******,21,test.txt,test.txt,A

before it would work on their servers - I did and it worked - It would have never dawned on me to remove the leading protocol indicator inside the code...
:o

User avatar
Marcus Tettmar
Site Admin
Posts: 7395
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Post by Marcus Tettmar » Wed Feb 06, 2008 1:13 pm

Which operating system/version are you using? Out of interest do you get the same problem if you try it in the version 10 trial?
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts