views:

10

answers:

0

Hay All, I'm kind of new to Realbasic, but I've managed to use FTPKit to connect to my server, however if i create a FTPQueue object and add some files to that to upload, only 38bytes is being sent.

My loggedIn() event looks like this

Dim q as FTPQueue =  new FTPQueue
q.UploadFile( "/Users/myuser/Desktop/Junk/a.jpeg", "/httpdocs/a.jpeg")
mySocket.Perform q

mySocket is a FTPSocket obj which is successfully connecting to my server

Any ideas?