Re: Data in file sent through SFTP are being trunc (General questions)
Tomek,
I just tried this:
[code]sftp1.HostName = your_host
sftp1.Login = your_login
sftp1.Password = your_password
sftp1.Blocking = True
sftp1.Resume = True
sftp1.Connect
sftp1.PutFile C:Book1.csv , /home/weonlydo/
sftp1.GetFile C:Book.csv , /home/weonlydo/Book1.csv [/code]
And it worked like a charm. Can you please try that code?
Regards,
Damba
Complete thread:
- Re: Data in file sent through SFTP are being trunc - Tomek, 2009-05-11, 15:32
- Re: Data in file sent through SFTP are being trunc - wodDamir, 2009-05-11, 15:50
- Re: Data in file sent through SFTP are being trunc - Tomek, 2009-05-11, 16:14
- Re: Data in file sent through SFTP are being trunc - woddrazen, 2009-05-11, 16:50
- Re: Data in file sent through SFTP are being trunc - Tomek, 2009-05-11, 16:14
- Re: Data in file sent through SFTP are being trunc - wodDamir, 2009-05-11, 15:50