Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

sivakl2001

I try to put the file name inside the double quoute but still i couldn't upload filename with space

p.Arguments = "/console /command " & """" & "option batch on" & """ " & """" & "open " & My.Settings.FTPUsername & ":" & My.Settings.FTPPassword & "@" & My.Settings.FTPIp & """ " & """" & "put "" " & My.Settings.DestinationPath & "\" & vgrid.Item(1, i).Value '& " "" "" " & """" & "exit" & """"

how to change the current active directory by vb.net code

sivakl2001 wrote:

martin wrote:

So have you resolved your problem or not?

Not yet can uhelp me to solve this pbm
sivakl2001

martin wrote:

So have you resolved your problem or not?

Not yet can uhelp me to solve this pbm
martin

So have you resolved your problem or not?
sivakl2001

Re: Specal Character in File name

Hi sorry if the Filename contains SPACE couldn't upload file


sivakl2001 wrote:

Hi if special Character in filename i got the Error Message

Error Code : 2
File or Folder doesn't exist

p.Arguments = "/console /command " & """" & "option batch on" & """ " & """" & "open " & My.Settings.FTPUsername & ":" & My.Settings.FTPPassword & "@" & My.Settings.FTPIp & """ " & """" & "put " & My.Settings.DestinationPath & "\" & vgrid.Item(1, i).Value '& """ " & """" & "exit" & """"
sivakl2001

Specal Character in File name

Hi if special Character in filename i got the Error Message

Error Code : 2
File or Folder doesn't exist

p.Arguments = "/console /command " & """" & "option batch on" & """ " & """" & "open " & My.Settings.FTPUsername & ":" & My.Settings.FTPPassword & "@" & My.Settings.FTPIp & """ " & """" & "put " & My.Settings.DestinationPath & "\" & vgrid.Item(1, i).Value '& """ " & """" & "exit" & """"