| 
									
										
										
										
											2023-03-28 01:05:24 +08:00
										 |  |  | //go:build !darwin && !linux && !plan9
 | 
					
						
							| 
									
										
										
										
											2020-09-11 00:11:47 +08:00
										 |  |  | // +build !darwin,!linux,!plan9
 | 
					
						
							| 
									
										
										
										
											2016-06-13 12:45:13 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | package sftp | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | import ( | 
					
						
							|  |  |  | 	"syscall" | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-02-22 20:00:27 +08:00
										 |  |  | func (p *sshFxpExtendedPacketStatVFS) respond(svr *Server) responsePacket { | 
					
						
							|  |  |  | 	return statusFromError(p.ID, syscall.ENOTSUP) | 
					
						
							| 
									
										
										
										
											2016-06-13 12:45:13 +08:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-02-11 02:13:19 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | func getStatVFSForPath(name string) (*StatVFS, error) { | 
					
						
							|  |  |  | 	return nil, syscall.ENOTSUP | 
					
						
							|  |  |  | } |