Hello there
My name is vidan
I am new to this forum and just wanted to ask a question
I am trying do ftp uploading(of any file) using telnet.And i have to do this only using telnet and not ftp clients.
Now the problem is this that when i try to upload some file like say a image file what i do is:-
telnet <server name> 21
user <user>
pass <pass>
type I
pasv
stor <image file name>
<-<- this is where it stops working no matter whichever ftp server i am using.
Plz help me out with complete ftp uploading.
Thanks in advance
And all have a good day